fix: offline vlc playback not working

This commit is contained in:
Fredrik Burmester
2024-11-10 11:54:22 +01:00
parent f2bcd2c675
commit fff880e708
6 changed files with 6 additions and 13 deletions

View File

@@ -208,8 +208,6 @@ export const Controls: React.FC<Props> = ({
? maxValue - currentProgress
: ticksToSeconds(maxValue - currentProgress);
// console.log("Remaning time is: ", remaining);
setCurrentTime(current);
setRemainingTime(remaining);