value adjusting

This commit is contained in:
André 2024-05-15 13:20:36 +00:00
parent b4909cce73
commit f4a5ef172d

View File

@ -334,8 +334,7 @@ const ExternalVideoPlayer: React.FC<ExternalVideoPlayerProps> = ({
};
const handleOnReady= () => {
currentTime = 0;
console.log('IM REEEEAAAAADY');
currentTime = -1;
};
return (