diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-07 16:37:39 +0100 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-07 16:37:39 +0100 |
commit | e18cd9abe04cb3f263064f26458899a4e18bfad7 (patch) | |
tree | 75728e538c9d22af32bc997098e00f6f80969a95 | |
parent | a7dba748cb27786ad388914bd6bc66fa6e3728ae (diff) |
Add google drive support
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |