From 51aa7ce25b17317ab98f0f335aab920d8f2f2f8b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 1 Feb 2019 15:37:41 -0500 Subject: #775 fix event time display on change --- www/js/MontageHistoryCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageHistoryCtrl.js') diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js index 497b1973..6a59f5d0 100644 --- a/www/js/MontageHistoryCtrl.js +++ b/www/js/MontageHistoryCtrl.js @@ -917,7 +917,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc NVR.debug ("--->updating videoURL for mid="+m.Monitor.Id+ "to:"+videoURL); m.Monitor.eid = success.eid; - m.Monitor.StartTime = success.stime; + m.Monitor.eventUrlTime = success.stime; $timeout (function () { m.Monitor.handle.play(); }); -- cgit v1.2.3