1
0
Fork 0
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:
Max 2025-01-27 16:59:06 -05:00
parent 6b4474a830
commit a5e36b3d41

View file

@ -135,6 +135,22 @@ function getSections() {
overlayPlayButton: true,
overlayText: false,
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
}];
}