mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-17 06:45:05 -05:00
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:
parent
f10030ec65
commit
7e1fc5e83f
@ -2827,7 +2827,7 @@ class CMD_Shows(ApiCall):
|
|||||||
showDict['next_ep_airdate'] = ''
|
showDict['next_ep_airdate'] = ''
|
||||||
|
|
||||||
showDict["cache"] = \
|
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"]:
|
if not showDict["network"]:
|
||||||
showDict["network"] = ""
|
showDict["network"] = ""
|
||||||
if self.sort == "name":
|
if self.sort == "name":
|
||||||
|
Loading…
Reference in New Issue
Block a user