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:
commit
ec1f6336a0
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue