This commit is contained in:
Eric Bailey
2024-09-15 15:34:34 -05:00
parent 5945eeda3b
commit ebee10c6f2
@@ -265,7 +265,6 @@ export function ExternalPlayer({
/> />
</> </>
) : ( ) : (
<>
<Fill <Fill
style={[ style={[
a.rounded_sm, a.rounded_sm,
@@ -278,6 +277,7 @@ export function ExternalPlayer({
}, },
]} ]}
/> />
)}
<MediaInsetBorder <MediaInsetBorder
opaque opaque
style={[ style={[
@@ -287,8 +287,6 @@ export function ExternalPlayer({
}, },
]} ]}
/> />
</>
)}
<PlaceholderOverlay <PlaceholderOverlay
isLoading={isLoading} isLoading={isLoading}
isPlayerActive={isPlayerActive} isPlayerActive={isPlayerActive}