From 37fc57d0d5a8d068917d2a81ed54bc0d500f77a8 Mon Sep 17 00:00:00 2001 From: Boof2015 <75185879+Boof2015@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:18:38 -0400 Subject: [PATCH] swap now playing button order --- src/components/player/NowPlayingOverlay.tsx | 80 ++++++++++----------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/src/components/player/NowPlayingOverlay.tsx b/src/components/player/NowPlayingOverlay.tsx index 8a4a4b4..2c5e994 100644 --- a/src/components/player/NowPlayingOverlay.tsx +++ b/src/components/player/NowPlayingOverlay.tsx @@ -1595,46 +1595,6 @@ export function NowPlayingOverlay() { - - - } - active={ - - } - /> - + + + } + active={ + + } + /> +