aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelFeatures.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 11:27:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 11:27:26 -0400
commit3be25f8bfbe6286d47ab5cf400fac7673e284d61 (patch)
treef4b61c5d1082f673ebe00e117502091e41a88bd3 /MediaBrowser.Model/Channels/ChannelFeatures.cs
parenteab030df7ff0f3a78b1aa01f06eb30f71df5a391 (diff)
channel improvements
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelFeatures.cs')
-rw-r--r--MediaBrowser.Model/Channels/ChannelFeatures.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFeatures.cs b/MediaBrowser.Model/Channels/ChannelFeatures.cs
index 0a919f222..ef9ef67f2 100644
--- a/MediaBrowser.Model/Channels/ChannelFeatures.cs
+++ b/MediaBrowser.Model/Channels/ChannelFeatures.cs
@@ -40,6 +40,12 @@ namespace MediaBrowser.Model.Channels
public int? MaxPageSize { get; set; }
/// <summary>
+ /// Gets or sets the automatic refresh levels.
+ /// </summary>
+ /// <value>The automatic refresh levels.</value>
+ public int? AutoRefreshLevels { get; set; }
+
+ /// <summary>
/// Gets or sets the default sort orders.
/// </summary>
/// <value>The default sort orders.</value>