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:
parent
a5e36b3d41
commit
57ab403bf6
1 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,15 @@ function getSections() {
|
||||||
overlayPlayButton: true,
|
overlayPlayButton: true,
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
centerText: true
|
centerText: true
|
||||||
|
}, {
|
||||||
|
name: 'MusicVideos',
|
||||||
|
types: 'MusicVideo',
|
||||||
|
shape: getBackdropShape(enableScrollX()),
|
||||||
|
preferThumb: true,
|
||||||
|
showTitle: true,
|
||||||
|
overlayPlayButton: true,
|
||||||
|
overlayText: false,
|
||||||
|
centerText: true
|
||||||
}, {
|
}, {
|
||||||
name: 'Collections',
|
name: 'Collections',
|
||||||
types: 'BoxSet',
|
types: 'BoxSet',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue