Skip to content

Commit

Permalink
#775 fix event time display on change
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Feb 1, 2019
1 parent add5a61 commit 4637f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/MontageHistoryCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 4637f68

Please sign in to comment.