From 7643b719ca68ea3377cc5c4d53a5e2a9070204a9 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:58:18 -0700 Subject: [PATCH] Prettier --- src/pages/parts/player/PlayerPart.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index 3295b9cf..d0eb236e 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -181,7 +181,7 @@ export function PlayerPart(props: PlayerPartProps) { status === playerStatus.PLAYING ? ( ) : null} - + {isShifting || isHoldingFullscreen ? ( ) : ( @@ -202,7 +202,7 @@ export function PlayerPart(props: PlayerPartProps) { ) : null} - +
{status === playerStatus.PLAYING && (