diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-16 13:11:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-16 13:11:07 -0400 |
| commit | 92cadc4323fb8a845a74652ef3ebfa8aa8efd104 (patch) | |
| tree | cfa99c01e4a16ff6f2d4bb0e88eaf36b377f2125 /MediaBrowser.Controller/Channels/Channel.cs | |
| parent | b6798f33700e7376ab616cb09b345c30a21f6feb (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Controller/Channels/Channel.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/Channel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs index b894893c6..3d9d0d381 100644 --- a/MediaBrowser.Controller/Channels/Channel.cs +++ b/MediaBrowser.Controller/Channels/Channel.cs @@ -10,7 +10,7 @@ namespace MediaBrowser.Controller.Channels public override bool IsVisible(User user) { - if (user.Configuration.BlockedChannels.Contains(Name, StringComparer.OrdinalIgnoreCase)) + if (user.Configuration.BlockedChannels.Contains(Id.ToString("N"), StringComparer.OrdinalIgnoreCase)) { return false; } |
