-
+
{status === playerStatus.PLAYING ? (
<>
@@ -186,7 +188,7 @@ export function PlayerPart(props: PlayerPartProps) {
{/* Disable PiP for iOS PWA */}
{!isIOSPWA && status === playerStatus.PLAYING &&
}
-
+
{status === playerStatus.PLAYING ? (
@@ -219,9 +221,14 @@ export function PlayerPart(props: PlayerPartProps) {
-
+
);
}