sync updates

This commit is contained in:
Luke Pulverenti
2015-02-10 22:28:34 -05:00
parent f1a715b836
commit 5d4fec778c
11 changed files with 47 additions and 35 deletions

View File

@@ -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()
{