use shared alpha picker

This commit is contained in:
Luke Pulverenti
2016-06-07 01:42:26 -04:00
parent c4b5258758
commit c1b68356c4
3 changed files with 16 additions and 10 deletions

View File

@@ -362,6 +362,10 @@ namespace MediaBrowser.Server.Implementations.Library
return;
}
}
if (item is Photo)
{
return;
}
//if (!(item is Folder))
//{
// return;