add tv suggestions

This commit is contained in:
Luke Pulverenti
2015-08-20 22:36:30 -04:00
parent 6d206bb9dc
commit ddcebc4ff7
11 changed files with 217 additions and 99 deletions

View File

@@ -11,6 +11,7 @@ namespace MediaBrowser.Controller.Entities
bool IsKids { get; set; }
bool IsRepeat { get; set; }
bool? IsHD { get; set; }
bool IsSeries { get; set; }
bool IsLive { get; set; }
bool IsPremiere { get; set; }
ProgramAudio? Audio { get; set; }