aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/Channel.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-09 01:56:45 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-09 01:56:45 -0500
commitf03f2346f387010c84159ac2d2b3b22e9cc3b5c6 (patch)
treed0b5ce8a551cc3d32b22813dfffef7a5e8a38277 /MediaBrowser.Controller/Channels/Channel.cs
parentd5c4655361c0567d6a97b9bd68552ee654e91d62 (diff)
revise opt-in tags
Diffstat (limited to 'MediaBrowser.Controller/Channels/Channel.cs')
-rw-r--r--MediaBrowser.Controller/Channels/Channel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs
index ab76f4e67..b6514ca0a 100644
--- a/MediaBrowser.Controller/Channels/Channel.cs
+++ b/MediaBrowser.Controller/Channels/Channel.cs
@@ -74,7 +74,7 @@ namespace MediaBrowser.Controller.Channels
return false;
}
- protected override bool IsTagFilterEnforced(TagFilterMode mode)
+ protected override bool IsAllowTagFilterEnforced()
{
return false;
}