diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-23 15:48:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-23 15:48:55 -0400 |
| commit | 49671ec9111972ddd198acc7ef3eba7ad344719d (patch) | |
| tree | e487e639c2bbe69555532d2c55811d82f055ca5e /www/js/EventCtrl.js | |
| parent | 57dc82f2214da7ef73beea63c3b9473e12163191 (diff) | |
#606 don't show event headers if live during snapshot
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 85421126..9a8bfdf2 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2900,6 +2900,7 @@ angular.module('zmApp.controllers') id: 'footage', showLive:sl, // seems bool is not allowed... snapshot:snapshot, + snapshotId: event.Event.MaxScoreFrameId, eventId:event.Event.Id }) .then(function(modal) |
