small bit of work on #266

This commit is contained in:
tidusjar 2016-07-27 17:17:43 +01:00
parent a5257a0fbf
commit cd135d824c
4 changed files with 36 additions and 23 deletions

View file

@ -50,5 +50,6 @@ namespace PlexRequests.UI.Models
public string ImdbId { get; set; }
public int SiteRating { get; set; }
public Store.EpisodesModel[] Episodes { get; set; }
public bool TvFullyAvailable { get; set; }
}
}