diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-19 17:02:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-19 17:02:36 -0500 |
| commit | 76b17d856fe7ce6ccaa377e31a53a733920548df (patch) | |
| tree | f7eccc07d51b3b69f51cc4be9ccad490684748a1 /www/js/EventModalCtrl.js | |
| parent | 5d69f02c6b8b40047daa5670a812f5965e8a3121 (diff) | |
added playback rate control 1,1.5,2x. #382
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 5773c5ef..62609e5a 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -163,7 +163,9 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro NVRDataModel.debug("Player is ready"); $timeout(function() { + handle.setPlayback(2); handle.play(); + }, 400); // window.stop(); |
