update timer listings

This commit is contained in:
Luke Pulverenti
2016-10-04 01:15:39 -04:00
parent d3583c1460
commit c4e137e6cf
10 changed files with 71 additions and 37 deletions

View File

@@ -106,6 +106,7 @@ namespace MediaBrowser.Controller.LiveTv
public string EpisodeTitle { get; set; }
public DateTime? OriginalAirDate { get; set; }
public bool IsProgramSeries { get; set; }
public bool IsRepeat { get; set; }
public string HomePageUrl { get; set; }
public float? CommunityRating { get; set; }
public string ShortOverview { get; set; }