Capture the TVDBID when requesting.

This commit is contained in:
tidusjar 2016-06-09 22:21:55 +01:00
parent fefad77ac1
commit 7ca1272ca4
2 changed files with 2 additions and 0 deletions

View file

@ -602,6 +602,7 @@ namespace PlexRequests.UI.Modules
Issues = IssueState.None,
ImdbId = showInfo.externals?.imdb ?? string.Empty,
SeasonCount = showInfo.seasonCount,
TvDbId = showInfo.externals?.thetvdb?.ToString() ?? string.Empty,
};
var seasonsList = new List<int>();