From ceda85e5dbc54b81affc3e1cc453672eda03a821 Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 11 Aug 2022 16:43:29 -0700 Subject: [PATCH] Update ZoneMinder Monitors Import+ --- web/assets/js/bs5.monitorsUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/assets/js/bs5.monitorsUtils.js b/web/assets/js/bs5.monitorsUtils.js index f71cf181..8bae53e6 100644 --- a/web/assets/js/bs5.monitorsUtils.js +++ b/web/assets/js/bs5.monitorsUtils.js @@ -360,6 +360,7 @@ function importZoneMinderMonitor(Monitor){ switch(Monitor.Function){ case'None': // The monitor is currently disabled. + newMon.mode = 'stop' break; case'Monitor': // The monitor is only available for live streaming.