aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-07 16:37:39 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-07 16:37:39 +0100
commite18cd9abe04cb3f263064f26458899a4e18bfad7 (patch)
tree75728e538c9d22af32bc997098e00f6f80969a95
parenta7dba748cb27786ad388914bd6bc66fa6e3728ae (diff)
Add google drive support
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
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);