diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 70883b29..f66cf9d9 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2901,7 +2901,7 @@ angular.module('zmApp.controllers') $scope.constructThumbnail = function (event) { var stream = ""; stream = event.Event.recordingURL + - "/index.php?view=image&show=capture&fid=" + + "/index.php?view=image&fid=" + NVRDataModel.getSnapshotFrame()+"&eid="+event.Event.Id + "&width=" + event.Event.thumbWidth * 2 + "&height=" + event.Event.thumbHeight * 2; |
