From eee092abbe7463469892303a0ad49d383c12c1ee Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 7 Apr 2026 12:06:09 +0200 Subject: [PATCH] no results? --- web/js/rtc-audio.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/js/rtc-audio.js b/web/js/rtc-audio.js index 04f7d5e..6a9bbc1 100644 --- a/web/js/rtc-audio.js +++ b/web/js/rtc-audio.js @@ -352,6 +352,7 @@ // Kuba's patches, not techkrzysiek code if(!Number.isFinite(volume)) logWebRTCDebug("Volume is not finite."); } else logWebRTCDebug("audioElement not initialized.") + logWebRTCDebug("Volume update."); } function initVolumeControl() {