maybe this can't be the same as zero?

This commit is contained in:
Violet Caulfield
2025-02-04 08:56:40 -06:00
parent 90a421753d
commit 2d8cb6d477
+1 -1
View File
@@ -147,7 +147,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
{/* playback progress goes here */}
<HorizontalSlider
value={progressState}
max={progress?.duration ?? 0}
max={progress?.duration ?? 1}
width={width / 1.1}
props={{
// If user swipes off of the slider we should seek to the spot