diff --git a/web/js/audio.js b/web/js/audio.js index fa7b843..8bfdc1e 100644 --- a/web/js/audio.js +++ b/web/js/audio.js @@ -134,7 +134,7 @@ function OnPlayButtonClick(_ev) { } function updateVolume() { - if(firefox) { + if(!firefox) { const newVolume = $(this).val(); if (Stream) Stream.setVolume(newVolume); else console.warn("Stream is not initialized.");