aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-07 01:42:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-07 01:42:26 -0400
commitc1b68356c4c7175f5d1241fca3ba61af1b407ce2 (patch)
tree597fda869f1ee576a6a6c865a66f1555b9ae94b6 /MediaBrowser.Server.Implementations/Library/LibraryManager.cs
parentc4b5258758d621b3c9d1de9cb928729c0630a1f7 (diff)
use shared alpha picker
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/LibraryManager.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
index 032f8dbb7..503fb1aa7 100644
--- a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
+++ b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
@@ -362,6 +362,10 @@ namespace MediaBrowser.Server.Implementations.Library
return;
}
}
+ if (item is Photo)
+ {
+ return;
+ }
//if (!(item is Folder))
//{
// return;