Merge pull request #755 from RoostayFish/dev

Added indexerid to CMD_Show(ApiCall)
This commit is contained in:
echel0n 2014-08-26 07:52:24 -07:00
commit 38c57f3a92
1 changed files with 1 additions and 0 deletions

View File

@ -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