diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-21 18:44:27 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-21 18:44:27 +0200 |
commit | 38b02c287922868f64076877b8801552326f2103 (patch) | |
tree | 370e1eeb52741f9f9bf71e77d5f3ef64dbf9c3f4 /pages/present.tsx | |
parent | c3258f43f230be87d103cfa1c6720fc0b858fa40 (diff) |
show frame 0 on timeline
Diffstat (limited to 'pages/present.tsx')
-rw-r--r-- | pages/present.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/present.tsx b/pages/present.tsx index 7c618a2..b8564b4 100644 --- a/pages/present.tsx +++ b/pages/present.tsx @@ -37,6 +37,7 @@ export class TimedVideoPlayer { timecodeString = timecodeString.replace(';', '.') .replace(/(:)(\d+?)$/, '.$2') + 'f'; + if (timecodeString == '00f') timecodeString = '0'; return timecodeString; } |