This commit is contained in:
Jip Fr 2023-05-25 23:01:42 +02:00
parent 5e0e223851
commit 01b019365d

View File

@ -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);