From 922f98c3e4cf004e01d0f81b5e6500731ad085e7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 22 Feb 2020 16:23:31 -0500 Subject: #897 fix: overlay css, move cue code to canPlay, convert cue points to float to avoid exceptions --- www/js/NVR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/NVR.js') diff --git a/www/js/NVR.js b/www/js/NVR.js index a53e0587..ef94d5b3 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -21,7 +21,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.088"; + var zmAppVersion = "1.3.089"; var isBackground = false; var justResumed = false; -- cgit v1.2.3