1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add collections as header

This commit is contained in:
Max 2024-11-07 21:18:22 -05:00
parent 08a852dee3
commit 2251f151f2

View file

@ -1492,6 +1492,9 @@ function renderChildren(page, item) {
}, {
name: globalize.translate('Books'),
type: 'Book'
}, {
name: globalize.translate('Collections'),
type: 'BoxSet'
}];
renderCollectionItems(page, item, collectionItemTypes, result.Items);
}