[bugfix]: do not show now playing for duplicate item in play queue
This commit is contained in:
parent
d03a3a11eb
commit
5d6503c1f4
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue