mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
chore: prettier
This commit is contained in:
@@ -148,7 +148,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
||||
// textTracks={textTracks} // breaks playback
|
||||
className="absolute inset-0"
|
||||
fullscreen={true}
|
||||
fullscreenOrientation="landscape"
|
||||
fullscreenOrientation="landscape"
|
||||
paused={false}
|
||||
controls={true}
|
||||
onLoadStart={onVideoLoadStart}
|
||||
|
Reference in New Issue
Block a user