Update src/plugins/htmlAudioPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
88d16520e4
commit
af555a3a43
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class HtmlAudioPlayer {
|
|||
self.gainNode.gain.value = 1;
|
||||
}
|
||||
console.debug('gain:' + self.gainNode.gain.value);
|
||||
}).catch((err)=> {
|
||||
}).catch((err) => {
|
||||
console.error('Failed to add/change gainNode', err);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue