From 9679704fde71d45d15dc772828aa4dbfa0117cd6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 22 Sep 2020 11:54:30 -0400 Subject: force a monitor reload in montage when NVR.getMonitors(1) is called. Also force reload on resume. --- www/js/NVR.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/NVR.js') diff --git a/www/js/NVR.js b/www/js/NVR.js index ec66b438..ff438892 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -3320,6 +3320,7 @@ angular.module('zmApp.controllers') }); }); + $rootScope.$broadcast('monitors-hard-reload'); return d.promise; } else // monitors are loaded -- cgit v1.2.3