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
style={[
a.rounded_sm,
@@ -278,6 +277,7 @@ export function ExternalPlayer({
},
]}
/>
)}
<MediaInsetBorder
opaque
style={[
@@ -287,8 +287,6 @@ export function ExternalPlayer({
},
]}
/>
</>
)}
<PlaceholderOverlay
isLoading={isLoading}
isPlayerActive={isPlayerActive}