aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Folder.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-22 11:41:34 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-22 11:41:34 -0500
commitb7e5e21c975cc4953764d48c1dacbcd4dc149de9 (patch)
tree1bf66f65eb3a11b095b83c2d116fd70db919ba27 /MediaBrowser.Controller/Entities/Folder.cs
parent7bc370bdc72df5dac395b8fee805284b845ed911 (diff)
update task buttons
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
-rw-r--r--MediaBrowser.Controller/Entities/Folder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs
index 005f263f7..ff6e8e85b 100644
--- a/MediaBrowser.Controller/Entities/Folder.cs
+++ b/MediaBrowser.Controller/Entities/Folder.cs
@@ -301,7 +301,7 @@ namespace MediaBrowser.Controller.Entities
public override bool IsVisible(User user)
{
- if (this is ICollectionFolder)
+ if (this is ICollectionFolder && !(this is BasePluginFolder))
{
if (user.Policy.BlockedMediaFolders != null)
{