1
0
Fork 0
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:
TelepathicWalrus 2023-05-07 21:57:20 +01:00
parent 91210408f0
commit 62300149d5

View file

@ -118,6 +118,8 @@ class HtmlAudioPlayer {
} else {
self.gainNode.gain.value = 1;
}
}).catch((err)=> {
console.error('[UserSettings] failed to load userSettings', err);
});
console.debug('gain:' + self.gainNode.gain.value);