diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-21 12:54:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-21 12:54:11 -0400 |
| commit | 2dfb9f3c942fbe0e15b46a9b2498b26cc34f682e (patch) | |
| tree | a96fd773c12122e8e1471a9c8ddb90783c4289e3 | |
| parent | 2667788b0068dc113e8e0d869a42458f2b221ad1 (diff) | |
update channels
| -rw-r--r-- | MediaBrowser.Model/Configuration/ChannelOptions.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Model/Configuration/ChannelOptions.cs b/MediaBrowser.Model/Configuration/ChannelOptions.cs index dfefa4edc..9bd0ef9c5 100644 --- a/MediaBrowser.Model/Configuration/ChannelOptions.cs +++ b/MediaBrowser.Model/Configuration/ChannelOptions.cs @@ -3,19 +3,6 @@ public class ChannelOptions { public int? PreferredStreamingWidth { get; set; } - public string DownloadPath { get; set; } - public int? MaxDownloadAge { get; set; } - - public string[] DownloadingChannels { get; set; } - - public double? DownloadSizeLimit { get; set; } - - public ChannelOptions() - { - DownloadingChannels = new string[] { }; - DownloadSizeLimit = .5; - MaxDownloadAge = 30; - } } }
\ No newline at end of file |
