mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Merge pull request #755 from RoostayFish/dev
Added indexerid to CMD_Show(ApiCall)
This commit is contained in:
commit
38c57f3a92
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue