mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-20 17:59:48 -06:00
Merge branch '121-add-glitchtip-logging' of github.com:anultravioletaurora/Jellify into 121-add-glitchtip-logging
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