This commit is contained in:
Violet Caulfield
2025-02-22 19:50:58 -06:00
parent 875faeafbd
commit c016e55ce8

View File

@@ -34,14 +34,14 @@ export default function Scrubber() : React.JSX.Element {
useEffect(() => {
if (!seeking)
progress && progress.position
progress.position
? setPosition(
Math.floor(
progress.position * ProgressMultiplier
)
) : 0;
}, [
progress
progress.position
]);
return (