mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 06:15:09 -05:00
Added indexerid to CMD_Show(ApiCall)
This commit is contained in:
parent
4739ab12ae
commit
25f57b26fe
@ -1750,6 +1750,7 @@ class CMD_Show(ApiCall):
|
|||||||
showDict["anime"] = showObj.anime
|
showDict["anime"] = showObj.anime
|
||||||
#clean up tvdb horrible airs field
|
#clean up tvdb horrible airs field
|
||||||
showDict["airs"] = str(showObj.airs).replace('am', ' AM').replace('pm', ' PM').replace(' ', ' ')
|
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_id"] = helpers.mapIndexersToShow(showObj)[2]
|
||||||
showDict["tvrage_name"] = showObj.name
|
showDict["tvrage_name"] = showObj.name
|
||||||
showDict["network"] = showObj.network
|
showDict["network"] = showObj.network
|
||||||
|
Loading…
Reference in New Issue
Block a user