ignore gain error on launch
This commit is contained in:
parent
cefa4085e1
commit
f83e53770d
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ const app = new Vue({
|
||||||
CiderAudio.audioNodes.gainNode.gain.value += 5
|
CiderAudio.audioNodes.gainNode.gain.value += 5
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
CiderAudio.audioNodes.gainNode.gain.value += ((9 - app.cfg.audio.equalizer.vibrantBass))
|
try {CiderAudio.audioNodes.gainNode.gain.value += ((9 - app.cfg.audio.equalizer.vibrantBass))} catch(e) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue