mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 08:19:19 +02:00
more debug
This commit is contained in:
+2
-1
@@ -359,7 +359,8 @@
|
||||
const volumeSlider = document.getElementById('volumeSlider');
|
||||
if (volumeSlider) {
|
||||
volumeSlider.addEventListener('input', updateVolume);
|
||||
}
|
||||
logWebRTCDebug("Should be updating volume.");
|
||||
} else logWebRTCDebug("volumeSlider not found")
|
||||
updateVolume();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user