diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 13:14:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-06 13:14:02 -0400 |
| commit | f271e358a195c8bb3e931e22ca813265c7bc1f05 (patch) | |
| tree | 5a126dee9cd8cdd958a2a0c32386361c0ec02bf6 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | 6120286bfdc274b8cb388b1d67bf616b6c2d09d0 (diff) | |
update channels
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs index 44da646d0..814c56577 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs @@ -6,18 +6,6 @@ namespace MediaBrowser.Controller.Channels public class InternalChannelFeatures { /// <summary> - /// Gets or sets a value indicating whether this instance can search. - /// </summary> - /// <value><c>true</c> if this instance can search; otherwise, <c>false</c>.</value> - 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> |
