1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Feature: Add IMDB ID to show webapi

It would be very useful to get IMDB_ID together with `tvdbid` and `tvrage_id`
This commit is contained in:
Kaspars Sprogis 2015-01-14 09:01:07 +02:00
parent 0bb84466d0
commit 5171b7f8d7

View File

@ -1943,6 +1943,7 @@ class CMD_Show(ApiCall):
showDict["tvdbid"] = helpers.mapIndexersToShow(showObj)[1]
showDict["tvrage_id"] = helpers.mapIndexersToShow(showObj)[2]
showDict["tvrage_name"] = showObj.name
showDict["imdbid"] = showObj.imdbid
showDict["network"] = showObj.network
if not showDict["network"]: