mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-05 10:58:01 -05: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:
parent
0bb84466d0
commit
5171b7f8d7
@ -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"]:
|
||||
|
Loading…
Reference in New Issue
Block a user