diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-01 15:37:41 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-01 15:37:41 -0500 |
| commit | 51aa7ce25b17317ab98f0f335aab920d8f2f2f8b (patch) | |
| tree | 7f577476e43550a1f30276ae7f52be8f42461ff7 /www/js/MontageHistoryCtrl.js | |
| parent | 157c8d6730158e1d2c996fd8e90501ab1ab8c08d (diff) | |
#775 fix event time display on change
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
| -rw-r--r-- | www/js/MontageHistoryCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }); |
