Removed stopScreenAudio from hideCanvas to prevent audio cutouts
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-12 18:11:20 -04:00
commit 69cfdd2f1e

View file

@ -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() {