diff --git a/src/components/QueuePanel.tsx b/src/components/QueuePanel.tsx index 67b2bbe5..16747744 100644 --- a/src/components/QueuePanel.tsx +++ b/src/components/QueuePanel.tsx @@ -395,7 +395,6 @@ function QueuePanelHostOrSolo() { const crossfadeBtnRef = useRef(null); const crossfadePopoverRef = useRef(null); const reanalyzeLoudnessForTrack = usePlayerStore(s => s.reanalyzeLoudnessForTrack); - const isStorePlaying = usePlayerStore(s => s.isPlaying); const authLoudnessTargetLufs = useAuthStore(s => s.loudnessTargetLufs); const setLoudnessTargetLufs = useAuthStore(s => s.setLoudnessTargetLufs); const loudnessPreAnalysisAttenuationDb = useAuthStore(s => s.loudnessPreAnalysisAttenuationDb); @@ -1092,15 +1091,9 @@ function QueuePanelHostOrSolo() { }} style={dragStyle} > - {isPlaying && ( -
-
-
-
-
- )}
+ {isPlaying && } {track.title}
{track.artist}