1
0
Fork 0
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:
newo-2001 2023-08-12 15:43:47 +02:00
parent bb12bb94b7
commit 71abbf05f4
6 changed files with 32 additions and 2 deletions

View file

@ -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
},