mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-09 07:04:55 -04:00
Now we will pause audioMotion in MonitorStream.js (watch.js)
This commit is contained in:
@@ -167,7 +167,6 @@ function streamCmdPause(action) {
|
||||
if (action && monitorStream) {
|
||||
monitorStream.pause();
|
||||
}
|
||||
if (monitorStream.audioMotion && monitorStream.audioMotion.pause) monitorStream.audioMotion.pause();
|
||||
}
|
||||
|
||||
function onPlay() {
|
||||
|
||||
Reference in New Issue
Block a user