diff options
Diffstat (limited to 'MediaBrowser.Model/Channels/ChannelFeatures.cs')
| -rw-r--r-- | MediaBrowser.Model/Channels/ChannelFeatures.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Channels/ChannelFeatures.cs b/MediaBrowser.Model/Channels/ChannelFeatures.cs index 2acbdf9c3..333362688 100644 --- a/MediaBrowser.Model/Channels/ChannelFeatures.cs +++ b/MediaBrowser.Model/Channels/ChannelFeatures.cs @@ -23,12 +23,6 @@ namespace MediaBrowser.Model.Channels public bool CanSearch { get; set; } /// <summary> - /// Gets or sets a value indicating whether this instance can get all media. - /// </summary> - /// <value><c>true</c> if this instance can get all media; otherwise, <c>false</c>.</value> - public bool CanGetAllMedia { get; set; } - - /// <summary> /// Gets or sets the media types. /// </summary> /// <value>The media types.</value> |
