Browse Source

Yeet log

pull/306/head
Jip Fr 2 years ago
parent
commit
01b019365d
  1. 2
      src/video/components/controllers/ProgressListenerController.tsx

2
src/video/components/controllers/ProgressListenerController.tsx

@ -71,7 +71,7 @@ export function ProgressListenerController(props: Props) { @@ -71,7 +71,7 @@ export function ProgressListenerController(props: Props) {
timeArr[timeArr.length - 1] ?? 0,
minutes > 0 ? 59 : Infinity
);
console.log(hours, minutes, seconds, 123);
const timeInSeconds = hours * 60 * 60 + minutes * 60 + seconds;
controls.setTime(timeInSeconds);

Loading…
Cancel
Save