mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
[bugfix]: do not show now playing for duplicate item in play queue
This commit is contained in:
@@ -14,6 +14,10 @@ const RightSidebarContainer = styled(motion.aside)`
|
||||
height: 100%;
|
||||
background: var(--sidebar-bg);
|
||||
border-left: var(--sidebar-border);
|
||||
|
||||
.current-song-cell:not(.current-playlist-song-cell) svg {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const queueSidebarVariants: Variants = {
|
||||
|
||||
Reference in New Issue
Block a user