mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/settings/userSettings.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
71abbf05f4
commit
ea3eca0c00
1 changed files with 2 additions and 2 deletions
|
@ -431,8 +431,8 @@ export class UserSettings {
|
|||
|
||||
/**
|
||||
* Get or set the interval between backdrops when using the backdrop screensaver.
|
||||
* @param {number|undefined} val - The interval between backdrops in milliseconds.
|
||||
* @return {number} The interval between backdrops in milliseconds.
|
||||
* @param {number|undefined} val - The interval between backdrops in seconds.
|
||||
* @return {number} The interval between backdrops in seconds.
|
||||
*/
|
||||
backdropScreensaverInterval(val) {
|
||||
if (val !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue