mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-24 03:27:43 +00:00
fix exoplayer playing content only in sdr
This commit is contained in:
parent
cd64a36d13
commit
33fe6a60e7
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ export const VideoSurface: React.FC<VideoSurfaceProps> = ({
|
|||
// @ts-ignore - Prop supported by patched react-native-video
|
||||
onPictureInPictureStatusChanged={handleExoPictureInPictureStatusChanged}
|
||||
automaticallyWaitsToMinimizeStalling={true}
|
||||
useTextureView={true}
|
||||
useTextureView={false}
|
||||
subtitleStyle={{
|
||||
fontSize: subtitleSize ? Math.round(subtitleSize / 1.5) : 28,
|
||||
paddingTop: 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue