From 25f57b26fecf6fb969a77a950ab5d02fc9fd4c81 Mon Sep 17 00:00:00 2001 From: RoostayFish Date: Tue, 26 Aug 2014 15:44:15 +0100 Subject: [PATCH] Added indexerid to CMD_Show(ApiCall) --- sickbeard/webapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sickbeard/webapi.py b/sickbeard/webapi.py index 70a1c911..f6260440 100644 --- a/sickbeard/webapi.py +++ b/sickbeard/webapi.py @@ -1750,6 +1750,7 @@ class CMD_Show(ApiCall): showDict["anime"] = showObj.anime #clean up tvdb horrible airs field showDict["airs"] = str(showObj.airs).replace('am', ' AM').replace('pm', ' PM').replace(' ', ' ') + showDict["indexerid"] = self.indexerid showDict["tvrage_id"] = helpers.mapIndexersToShow(showObj)[2] showDict["tvrage_name"] = showObj.name showDict["network"] = showObj.network