Chore: fix space (watch.js)

pull/4220/head
IgorA100 2025-02-13 11:51:34 +03:00 committed by GitHub
parent 0bfed3356a
commit e0d53922a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1449,7 +1449,7 @@ document.onvisibilitychange = () => {
if (monitorStream) {
if (monitorStream.started) {
prevStateStarted = 'played';
//Stop only if playing or paused.
//Stop only if playing or paused.
monitorStream.kill();
} else {
prevStateStarted = false;