diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-14 09:24:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-14 09:24:30 -0400 |
| commit | 9c5cceb4ecc277ffb5a3a988f655ad674bf41c58 (patch) | |
| tree | 0077c03cb06e2dc7700315f90db9ee51fedeb00d /MediaBrowser.Model/Configuration/ChannelOptions.cs | |
| parent | 02e25b48550ffef016d20fe3f070c8552633cbef (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Model/Configuration/ChannelOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ChannelOptions.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/ChannelOptions.cs b/MediaBrowser.Model/Configuration/ChannelOptions.cs index f0fc4d47c..26fb1c9bd 100644 --- a/MediaBrowser.Model/Configuration/ChannelOptions.cs +++ b/MediaBrowser.Model/Configuration/ChannelOptions.cs @@ -9,9 +9,12 @@ public string[] DownloadingChannels { get; set; } + public double? DownloadSizeLimit { get; set; } + public ChannelOptions() { DownloadingChannels = new string[] { }; + DownloadSizeLimit = 1; MaxDownloadAge = 30; } } |
