fix volume

This commit is contained in:
2026-04-05 10:46:11 +02:00
parent 79819ce26d
commit 73e23630c7
+1 -1
View File
@@ -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.");