diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 22:28:34 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-10 22:28:34 -0500 |
| commit | 5d4fec778c9653e02505f119e6824ace47677d06 (patch) | |
| tree | 54b56253e0318848cad73c6be2de33e35d71c7b4 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | f1a715b836ba33dab4c72d08acc316159de5dfa0 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
| -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() { |
