diff --git a/apps/expo/src/components/player/BottomControls.tsx b/apps/expo/src/components/player/BottomControls.tsx index 78abddb..06b623b 100644 --- a/apps/expo/src/components/player/BottomControls.tsx +++ b/apps/expo/src/components/player/BottomControls.tsx @@ -40,7 +40,7 @@ export const BottomControls = () => { {showRemaining - ? "-" + getRemainingTime() + ? getRemainingTime() : mapMillisecondsToTime(status.durationMillis ?? 0)}