diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 11:27:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-28 11:27:26 -0400 |
| commit | 3be25f8bfbe6286d47ab5cf400fac7673e284d61 (patch) | |
| tree | f4b61c5d1082f673ebe00e117502091e41a88bd3 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | eab030df7ff0f3a78b1aa01f06eb30f71df5a391 (diff) | |
channel improvements
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs index 814c56577..bcc679159 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs @@ -32,6 +32,11 @@ 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> + /// <value>The automatic refresh levels.</value> + public int? AutoRefreshLevels { get; set; } public InternalChannelFeatures() { |
