summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2020-09-05 08:00:45 -0400
committerGitHub <noreply@github.com>2020-09-05 08:00:45 -0400
commit058fcb07bf1529339fa5c18cab233c48cdce6a1b (patch)
tree4900fbda885dc985cd936bb20cdac63284fce604 /www/js/NVR.js
parente54b8659ff385c667b7590bc383e8315769d47a7 (diff)
parent1a4449aeadeb88db971f0960d14fd679a7364dbb (diff)
Merge pull request #963 from lucasnz/master
Event list improvements
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index f1c369c3..5bdc23b9 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -188,7 +188,6 @@ angular.module('zmApp.controllers')
'timelineScale': -1,
'hideArchived': false,
'videoPlaybackSpeed': 2,
- 'enableThumbs': true,
'enableStrictSSL': false,
'enableSlowLoading': false,
'isFullScreen': false,
@@ -1562,10 +1561,9 @@ angular.module('zmApp.controllers')
}
+ if (typeof loginData.eventViewThumbs == 'undefined') {
- if (typeof loginData.enableThumbs == 'undefined') {
-
- loginData.enableThumbs = true;
+ loginData.eventViewThumbs = 'snapshot';
}