mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make backdrop screensaver interval configurable
This commit is contained in:
parent
bb12bb94b7
commit
71abbf05f4
6 changed files with 32 additions and 2 deletions
|
@ -352,7 +352,7 @@ export default function (options) {
|
|||
minRatio: 1,
|
||||
toggle: true
|
||||
},
|
||||
autoplay: !swiperOptions.interactive || !!swiperOptions.autoplay,
|
||||
autoplay: swiperOptions.autoplay ?? !swiperOptions.interactive,
|
||||
keyboard: {
|
||||
enabled: true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue