mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 21:37:40 +03:00
Disable ToggleStar on playlist tracks
This commit is contained in:
parent
8a68cecdb9
commit
6f6b223453
@ -78,7 +78,7 @@ export const SongContextMenu = ({ className, record, onAddToPlaylist }) => {
|
||||
|
||||
return (
|
||||
<span className={`${classes.noWrap} ${className}`}>
|
||||
{config.enableStarred && (
|
||||
{config.enableStarred && !onAddToPlaylist && (
|
||||
<IconButton
|
||||
onClick={(e) => handleToggleStar(e, record)}
|
||||
size={'small'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user