finished wiring tv request settings to tv search

This commit is contained in:
Matt McHughes 2016-10-07 11:23:53 -05:00
parent 75599aed78
commit 88d7104def
3 changed files with 8 additions and 1 deletions

View file

@ -55,5 +55,7 @@ namespace PlexRequests.UI.Models
public int SiteRating { get; set; }
public List<Store.EpisodesModel> Episodes { get; set; }
public bool TvFullyAvailable { get; set; }
public bool DisableTvRequestsByEpisode { get; set; }
public bool DisableTvRequestsBySeason { get; set; }
}
}