diff options
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelItemResult.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/ChannelItemResult.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelItemResult.cs b/MediaBrowser.Controller/Channels/ChannelItemResult.cs index 15f0a34a0..3ec5b7c24 100644 --- a/MediaBrowser.Controller/Channels/ChannelItemResult.cs +++ b/MediaBrowser.Controller/Channels/ChannelItemResult.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; namespace MediaBrowser.Controller.Channels { @@ -7,8 +6,6 @@ namespace MediaBrowser.Controller.Channels { public List<ChannelItemInfo> Items { get; set; } - public TimeSpan CacheLength { get; set; } - public int? TotalRecordCount { get; set; } } }
\ No newline at end of file |
