chore: prettier

This commit is contained in:
Adrian Castro
2024-02-11 22:18:59 +01:00
parent 63512d2596
commit 07096f0dec

View File

@@ -148,7 +148,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
// textTracks={textTracks} // breaks playback // textTracks={textTracks} // breaks playback
className="absolute inset-0" className="absolute inset-0"
fullscreen={true} fullscreen={true}
fullscreenOrientation="landscape" fullscreenOrientation="landscape"
paused={false} paused={false}
controls={true} controls={true}
onLoadStart={onVideoLoadStart} onLoadStart={onVideoLoadStart}