From 69cfdd2f1e08d6194d59aaa42b314f33bcf01025 Mon Sep 17 00:00:00 2001 From: mrkmntal Date: Sun, 12 Apr 2026 18:11:20 -0400 Subject: [PATCH] Removed stopScreenAudio from hideCanvas to prevent audio cutouts --- server/scripts/modules/weatherdisplay.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/scripts/modules/weatherdisplay.mjs b/server/scripts/modules/weatherdisplay.mjs index 694c9c3..f4cd460 100644 --- a/server/scripts/modules/weatherdisplay.mjs +++ b/server/scripts/modules/weatherdisplay.mjs @@ -238,9 +238,7 @@ class WeatherDisplay { this.elem.classList.remove('show'); // used to change backgrounds for widescreen document.querySelector('#divTwc').classList.remove(this.elemId); - - // Stop screen audio when leaving - stopScreenAudio(); + // Note: Screen audio continues playing and stops naturally or when new audio starts } get active() {