diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 15:27:12 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-26 15:27:12 -0500 |
| commit | 3ff216f05a5f31d04c2bd6436774fa6fd94bd30b (patch) | |
| tree | 2b835a043cf28052cda2214ac4194644efcc6e2c /MediaBrowser.Controller/LiveTv | |
| parent | 88d9b3d09dd408845976f26b56e62428a9b4c402 (diff) | |
update ShortOverview
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/TimerInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/TimerInfo.cs b/MediaBrowser.Controller/LiveTv/TimerInfo.cs index 3c935f924b..ea12db7f9b 100644 --- a/MediaBrowser.Controller/LiveTv/TimerInfo.cs +++ b/MediaBrowser.Controller/LiveTv/TimerInfo.cs @@ -114,7 +114,6 @@ namespace MediaBrowser.Controller.LiveTv public bool IsRepeat { get; set; } public string HomePageUrl { get; set; } public float? CommunityRating { get; set; } - public string ShortOverview { get; set; } public string OfficialRating { get; set; } public List<string> Genres { get; set; } public string RecordingPath { get; set; } |
