diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-03-11 16:21:32 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-03-11 16:21:32 +0100 |
| commit | 7fdc0e3c3d65d2d408ce036063183b85d4bdb2e3 (patch) | |
| tree | d3ffebf62a7698bf5d0784e2aa860a56b2a99b47 /MediaBrowser.Controller/Channels | |
| parent | 53209830e7b566949c16b43c864f6f85336cb92c (diff) | |
BaseItem: remove unused function
Diffstat (limited to 'MediaBrowser.Controller/Channels')
| -rw-r--r-- | MediaBrowser.Controller/Channels/Channel.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs index 85a99d62c..94418683b 100644 --- a/MediaBrowser.Controller/Channels/Channel.cs +++ b/MediaBrowser.Controller/Channels/Channel.cs @@ -77,11 +77,6 @@ namespace MediaBrowser.Controller.Channels return false; } - protected override bool IsAllowTagFilterEnforced() - { - return false; - } - internal static bool IsChannelVisible(BaseItem channelItem, User user) { var channel = ChannelManager.GetChannel(channelItem.ChannelId.ToString(string.Empty)); |
