From 26b287419deafb1287986b397a094b37fa8b8a18 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 17 Feb 2017 10:19:37 -0500 Subject: trying to track down video playback issues --- www/js/EventModalCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/EventModalCtrl.js') 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); -- cgit v1.2.3