diff --git a/components/Player/component.tsx b/components/Player/component.tsx index b6d06f1c..0c6c6cd5 100644 --- a/components/Player/component.tsx +++ b/components/Player/component.tsx @@ -96,7 +96,9 @@ export default function Player({ navigation }: { navigation: NativeStackNavigati max={progress!.duration} width={width / 1.1} props={{ + // If user swipes off of the slider we should seek to the spot onPressOut: (event) => { + useSeekTo.mutate(progressState); setSeeking(false); }, onSlideStart: (event, value) => {