summaryrefslogtreecommitdiff
path: root/www/js/EventModalCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-02-17 10:19:37 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-02-17 10:19:37 -0500
commit26b287419deafb1287986b397a094b37fa8b8a18 (patch)
tree4029d2ba974460bf743f663cb837725555f5c9b4 /www/js/EventModalCtrl.js
parent4f24f51a5eb31c3c1e93ecbbc65111b0c037ff29 (diff)
trying to track down video playback issues
Diffstat (limited to 'www/js/EventModalCtrl.js')
-rw-r--r--www/js/EventModalCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js
index f1953c5d..b8a7acbc 100644
--- a/www/js/EventModalCtrl.js
+++ b/www/js/EventModalCtrl.js
@@ -177,6 +177,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro
handle.pause();
handle.setPlayback(NVRDataModel.getLogin().videoPlaybackSpeed);
handle.play();
+ NVRDataModel.debug ("*** Invoking play");
}, 300);