aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-10-17 09:54:09 +0100
committerGitHub <noreply@github.com>2020-10-17 09:54:09 +0100
commit3ae37deea8a84edfc0281c984027f8a8145c7a9c (patch)
tree184916aaaf750c1cc100a33e69d239a5c622f1f9 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
parentabfddba5684b59acd0fa74c18f3037b5c7cda4be (diff)
parent86090ab1f65c66958c897cacd04221c537053eb3 (diff)
Merge pull request #82 from jellyfin/master
Refreshing image
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
-rw-r--r--MediaBrowser.Controller/Channels/InternalChannelFeatures.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
index 1074ce435..137f5d095 100644
--- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
+++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs
@@ -42,6 +42,7 @@ namespace MediaBrowser.Controller.Channels
/// Indicates if a sort ascending/descending toggle is supported or not.
/// </summary>
public bool SupportsSortOrderToggle { get; set; }
+
/// <summary>
/// Gets or sets the automatic refresh levels.
/// </summary>
@@ -53,6 +54,7 @@ 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>