1
0
mirror of https://github.com/jellyfin/jellyfin.git synced 2026-07-04 15:07:10 +00:00

Merge pull request #17222 from theguymadmax/fix-folder-view

Fix folder view
This commit is contained in:
Cody Robibero
2026-07-04 10:06:44 -04:00
committed by GitHub
+2
View File
@@ -34,6 +34,8 @@ public static class DtoExtensions
case CollectionType.homevideos:
case CollectionType.photos:
return [BaseItemKind.Video, BaseItemKind.Photo];
case CollectionType.folders:
return [];
default:
return [BaseItemKind.Video, BaseItemKind.Audio, BaseItemKind.Photo, BaseItemKind.Movie, BaseItemKind.Series];
}