Merge pull request #1183 from darklow/patch-2

Feature: Add IMDB ID to show webapi
This commit is contained in:
echel0n 2015-01-17 19:29:55 -08:00
commit ce997c79fe
1 changed files with 1 additions and 0 deletions

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"]: