chore: set this back

This commit is contained in:
Adrian Castro
2024-03-06 12:29:23 +01:00
parent 23397e7ecc
commit ce38ece1ca

View File

@@ -265,7 +265,7 @@ export const VideoPlayer = () => {
shouldPlay={shouldPlay}
resizeMode={resizeMode}
volume={currentVolume.value}
rate={4}
rate={currentSpeed.value}
onLoadStart={onVideoLoadStart}
onReadyForDisplay={onReadyForDisplay}
onPlaybackStatusUpdate={setStatus}