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

@ -17,6 +17,7 @@ namespace PlexRequests.Store
// ReSharper disable once IdentifierTypo
public int ProviderId { get; set; }
public string ImdbId { get; set; }
public string TvDbId { get; set; }
public string Overview { get; set; }
public string Title { get; set; }
public string PosterPath { get; set; }