From f271e358a195c8bb3e931e22ca813265c7bc1f05 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 6 Jun 2014 13:14:02 -0400 Subject: update channels --- MediaBrowser.Model/Channels/ChannelFeatures.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Channels') 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 @@ -22,12 +22,6 @@ namespace MediaBrowser.Model.Channels /// true if this instance can search; otherwise, false. public bool CanSearch { get; set; } - /// - /// Gets or sets a value indicating whether this instance can get all media. - /// - /// true if this instance can get all media; otherwise, false. - public bool CanGetAllMedia { get; set; } - /// /// Gets or sets the media types. /// -- cgit v1.2.3