Removed stopScreenAudio from hideCanvas to prevent audio cutouts
Some checks are pending
build-docker / Build Image (push) Waiting to run
Some checks are pending
build-docker / Build Image (push) Waiting to run
This commit is contained in:
parent
b0d9c95bf1
commit
69cfdd2f1e
1 changed files with 1 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue