mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 15:58:29 +01:00
add setting for photo libraries
This commit is contained in:
@@ -364,7 +364,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
|
||||
if (item.IsFolder)
|
||||
{
|
||||
if (!(item is ICollectionFolder) && !(item is UserView) && !(item is Channel))
|
||||
if (!(item is ICollectionFolder) && !(item is UserView) && !(item is Channel) && !(item is AggregateFolder))
|
||||
{
|
||||
if (item.SourceType != SourceType.Library)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user