aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Channels/ChannelFeatures.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-10 13:36:06 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-10 13:36:06 -0400
commit437062b29e3e3456c15659666d6015356695913c (patch)
tree897d3aceed4225203b0343c311edf5fb0c58e5cd /MediaBrowser.Model/Channels/ChannelFeatures.cs
parent5d08aa39a9606886884f0b3f0c6b93c87d321111 (diff)
switch to subtitle filter
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 333362688..8c41bfde7 100644
--- a/MediaBrowser.Model/Channels/ChannelFeatures.cs
+++ b/MediaBrowser.Model/Channels/ChannelFeatures.cs
@@ -51,6 +51,12 @@ namespace MediaBrowser.Model.Channels
public bool SupportsSortOrderToggle { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether [supports latest media].
+ /// </summary>
+ /// <value><c>true</c> if [supports latest media]; otherwise, <c>false</c>.</value>
+ public bool SupportsLatestMedia { get; set; }
+
+ /// <summary>
/// Gets or sets a value indicating whether this instance can filter.
/// </summary>
/// <value><c>true</c> if this instance can filter; otherwise, <c>false</c>.</value>