From 324be96b12957d920bb686331a8f7c37b5f446ee Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 6 Sep 2020 16:01:28 -0400 Subject: #963 make thumbs snapshot for first install --- package.json | 6 +----- www/js/NVR.js | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f6423cde..77b86ccc 100644 --- a/package.json +++ b/package.json @@ -70,10 +70,7 @@ "ANDROID_GSON_VERSION": "2.8.6" }, "cordova-plugin-advanced-http": {}, - "cordova-plugin-media-pp-fork": {}, - "cordova-plugin-ionic-webview": { - "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { @@ -100,7 +97,6 @@ "cordova-plugin-ignore-lint-translation": "0.0.1", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.2.0", - "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", "cordova-plugin-network-information": "^2.0.2", diff --git a/www/js/NVR.js b/www/js/NVR.js index 3eb477f2..99116eb4 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -228,7 +228,7 @@ angular.module('zmApp.controllers') 'currentZMGroupNames': [], 'unsupported': {}, 'monitorSpecific': {}, - 'eventViewThumbs': true, + 'eventViewThumbs': 'snapshot', 'eventViewThumbsSize': 'small', -- cgit v1.2.3