From 49671ec9111972ddd198acc7ef3eba7ad344719d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 23 Apr 2018 15:48:55 -0400 Subject: #606 don't show event headers if live during snapshot --- www/js/EventCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/EventCtrl.js') 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) -- cgit v1.2.3