From e18cd9abe04cb3f263064f26458899a4e18bfad7 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Sun, 7 Feb 2021 16:37:39 +0100 Subject: Add google drive support --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.js') diff --git a/main.js b/main.js index 992e05e..dc7ca6d 100644 --- a/main.js +++ b/main.js @@ -71,7 +71,7 @@ function check_fps(event) /* Get current frame from input field (either start time or end time) */ function parse_time(event) { - let inptext_frame = (JSON.parse(event.target.value)).lct; + let inptext_frame = (JSON.parse(event.target.value)).cmt; if (inptext_frame !== undefined) { const fps = parseInt( document.getElementById("framerate").value); -- cgit v1.2.3