aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
diff options
context:
space:
mode:
authorMatt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com>2020-09-28 15:04:31 -0500
committerMatt Montgomery <33811686+ConfusedPolarBear@users.noreply.github.com>2020-09-28 15:04:31 -0500
commit53d5f64e037c13c295d82fcb98b91ef2de8fc842 (patch)
tree1ea9024aa63309fc7c9dbc8ae7345b59a2f8455c /MediaBrowser.Controller/Channels
parent800c03961281d4f2ee6d3d7c9d9c0db6f45f506a (diff)
Fix SA1513, SA1514, SA1507, and SA1508
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-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>