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

Merge pull request #6305 from theguymadmax/collection-header

Add collections as header on collections page
This commit is contained in:
Bill Thornton 2025-01-06 10:56:30 -05:00 committed by GitHub
commit ec1f6336a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}