mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +01:00
Yeet log
This commit is contained in:
parent
5e0e223851
commit
01b019365d
@ -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…
Reference in New Issue
Block a user