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

Add music videos

This commit is contained in:
Max 2025-02-11 10:14:10 -05:00
parent a5e36b3d41
commit 57ab403bf6

View file

@ -54,6 +54,15 @@ function getSections() {
overlayPlayButton: true,
overlayText: false,
centerText: true
}, {
name: 'MusicVideos',
types: 'MusicVideo',
shape: getBackdropShape(enableScrollX()),
preferThumb: true,
showTitle: true,
overlayPlayButton: true,
overlayText: false,
centerText: true
}, {
name: 'Collections',
types: 'BoxSet',