Fix error in webapi causing "No Shows" in NZB360

https://sickrage.tv/forums/forum/help-support/bug-issue-reports/13208-shows-list-is-empty-in-nzb360
This commit is contained in:
Fernando 2014-12-01 23:06:33 -02:00
parent f10030ec65
commit 7e1fc5e83f
1 changed files with 1 additions and 1 deletions

View File

@ -2827,7 +2827,7 @@ class CMD_Shows(ApiCall):
showDict['next_ep_airdate'] = ''
showDict["cache"] = \
CMD_ShowCache(self.handler, (), {"indexerid or tvdbid or tvrageid": curShow.indexerid}).run()["data"]
CMD_ShowCache(self.handler, (), {"indexerid": curShow.indexerid}).run()["data"]
if not showDict["network"]:
showDict["network"] = ""
if self.sort == "name":