diff options
| author | Luke <luke.pulverenti@gmail.com> | 2015-02-10 23:10:38 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2015-02-10 23:10:38 -0500 |
| commit | 177a5d78bf66df61fae7248bbe1b5ccfde4971ac (patch) | |
| tree | 55e5040e2e45d0c14f81f7e492ac4663fa672952 /MediaBrowser.Controller | |
| parent | adab5b362c92cdfd7ac2ae39fb23da29fc67eef2 (diff) | |
| parent | f64043004f8bc3fb3199a44023f72730a059f68f (diff) | |
Merge pull request #1008 from MediaBrowser/dev
3.0.5518.2
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs index fc2530449..7d80d7e12 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs @@ -44,6 +44,11 @@ namespace MediaBrowser.Controller.Channels /// </summary> /// <value>The daily download limit.</value> public int? DailyDownloadLimit { get; set; } + /// <summary> + /// Gets or sets a value indicating whether [supports downloading]. + /// </summary> + /// <value><c>true</c> if [supports downloading]; otherwise, <c>false</c>.</value> + public bool SupportsContentDownloading { get; set; } public InternalChannelFeatures() { |
