mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Handle addGainElement failure
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
75d21a8140
commit
24c30dc96d
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class HtmlAudioPlayer {
|
|||
|
||||
if (!self.gainNode) {
|
||||
addGainElement(elem);
|
||||
if (!self.gainNode) return;
|
||||
}
|
||||
|
||||
if (normalizationGain) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue