We'll now pause audioMotion in MonitorStream.js. (MonitorStream.js)

This commit is contained in:
IgorA100
2026-04-28 16:27:17 +03:00
committed by GitHub
parent e3df53de38
commit 5d958111ff

View File

@@ -416,6 +416,7 @@ function MonitorStream(monitorData) {
(e) => {
this.writeTextInfoBlock("Paused", {showImg: false});
manageEventListener.removeEventListener(this.handlerEventListener['volumechange']);
pauseAudioMotion(this.id);
}
);
};