mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Added indexerid to CMD_Show(ApiCall)
This commit is contained in:
parent
4739ab12ae
commit
25f57b26fe
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue