mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 20:48:39 -06:00
idk
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user