diff --git a/src/components/player/Player.tsx b/src/components/player/Player.tsx index ff23f7a..dead6e8 100644 --- a/src/components/player/Player.tsx +++ b/src/components/player/Player.tsx @@ -378,7 +378,7 @@ export function Player({ className, onPlayerModeChange }: PlayerProps) { {/* Play Next Queue */} {state.play_next_queue.length > 0 && ( -
+
)} @@ -470,7 +470,7 @@ export function Player({ className, onPlayerModeChange }: PlayerProps) { {/* Play Next Queue */} {state.play_next_queue.length > 0 && ( -
+
)}