BaseItem: remove unused function

This commit is contained in:
Bond_009
2022-03-11 16:21:32 +01:00
parent 53209830e7
commit 7fdc0e3c3d
3 changed files with 1 additions and 46 deletions

View File

@@ -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));