aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/ChannelVideoItem.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 10:49:03 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-10 10:49:03 -0400
commitfbbab13b3134a0d6179e42fd8dbbc629654c1c28 (patch)
treee82ce1630842023b6a0c39a2275871bc95294f53 /MediaBrowser.Controller/Channels/ChannelVideoItem.cs
parent4f7e8fee24ead08d114f41e9fd9c1c7b4dd55359 (diff)
fix library changed
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelVideoItem.cs')
-rw-r--r--MediaBrowser.Controller/Channels/ChannelVideoItem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelVideoItem.cs b/MediaBrowser.Controller/Channels/ChannelVideoItem.cs
index d97341d8f..ef3cc7cba 100644
--- a/MediaBrowser.Controller/Channels/ChannelVideoItem.cs
+++ b/MediaBrowser.Controller/Channels/ChannelVideoItem.cs
@@ -133,7 +133,7 @@ namespace MediaBrowser.Controller.Channels
public override bool IsVisibleStandalone(User user)
{
- return base.IsVisibleStandalone(user) && IsChannelVisible(this, user);
+ return IsVisibleStandaloneInternal(user, false) && IsChannelVisible(this, user);
}
internal static bool IsChannelVisible(IChannelItem item, User user)