diff --git a/sickbeard/webapi.py b/sickbeard/webapi.py index 098c7ce5..c0164dc4 100644 --- a/sickbeard/webapi.py +++ b/sickbeard/webapi.py @@ -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":