mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add photo albums and photos to favorites section
This commit is contained in:
parent
6b4474a830
commit
a5e36b3d41
1 changed files with 16 additions and 0 deletions
|
@ -135,6 +135,22 @@ function getSections() {
|
||||||
overlayPlayButton: true,
|
overlayPlayButton: true,
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
centerText: true
|
centerText: true
|
||||||
|
}, {
|
||||||
|
name: 'HeaderPhotoAlbums',
|
||||||
|
types: 'PhotoAlbum',
|
||||||
|
shape: getBackdropShape(enableScrollX()),
|
||||||
|
showTitle: true,
|
||||||
|
overlayPlayButton: true,
|
||||||
|
overlayText: false,
|
||||||
|
centerText: true
|
||||||
|
}, {
|
||||||
|
name: 'Photos',
|
||||||
|
types: 'Photo',
|
||||||
|
shape: getBackdropShape(enableScrollX()),
|
||||||
|
showTitle: true,
|
||||||
|
overlayPlayButton: true,
|
||||||
|
overlayText: false,
|
||||||
|
centerText: true
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue