mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Merge pull request #1183 from darklow/patch-2
Feature: Add IMDB ID to show webapi
This commit is contained in:
commit
ce997c79fe
@ -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