aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-10 22:28:34 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-10 22:28:34 -0500
commit5d4fec778c9653e02505f119e6824ace47677d06 (patch)
tree54b56253e0318848cad73c6be2de33e35d71c7b4 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
parentf1a715b836ba33dab4c72d08acc316159de5dfa0 (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
-rw-r--r--MediaBrowser.Controller/Channels/InternalChannelFeatures.cs5
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()
{