mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
We'll now pause audioMotion in MonitorStream.js. (MonitorStream.js)
This commit is contained in:
@@ -416,6 +416,7 @@ function MonitorStream(monitorData) {
|
||||
(e) => {
|
||||
this.writeTextInfoBlock("Paused", {showImg: false});
|
||||
manageEventListener.removeEventListener(this.handlerEventListener['volumechange']);
|
||||
pauseAudioMotion(this.id);
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user