mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added catch for usersettings retrieval
This commit is contained in:
parent
91210408f0
commit
62300149d5
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ class HtmlAudioPlayer {
|
||||||
} else {
|
} else {
|
||||||
self.gainNode.gain.value = 1;
|
self.gainNode.gain.value = 1;
|
||||||
}
|
}
|
||||||
|
}).catch((err)=> {
|
||||||
|
console.error('[UserSettings] failed to load userSettings', err);
|
||||||
});
|
});
|
||||||
|
|
||||||
console.debug('gain:' + self.gainNode.gain.value);
|
console.debug('gain:' + self.gainNode.gain.value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue