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 {
|
||||
self.gainNode.gain.value = 1;
|
||||
}
|
||||
}).catch((err)=> {
|
||||
console.error('[UserSettings] failed to load userSettings', err);
|
||||
});
|
||||
|
||||
console.debug('gain:' + self.gainNode.gain.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue