mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
use shared alpha picker
This commit is contained in:
@@ -362,6 +362,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (item is Photo)
|
||||
{
|
||||
return;
|
||||
}
|
||||
//if (!(item is Folder))
|
||||
//{
|
||||
// return;
|
||||
|
||||
Reference in New Issue
Block a user