diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
| commit | 922f98c3e4cf004e01d0f81b5e6500731ad085e7 (patch) | |
| tree | 2dd6691ac043d843253db383fc2086df78c124b9 /www/js/NVR.js | |
| parent | 15fbabb40520ab898a2be9eecf588aac8a1ba882 (diff) | |
#897 fix: overlay css, move cue code to canPlay, convert cue points to float to avoid exceptions
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
