Hide ❤️ in Playlists

This commit is contained in:
Deluan 2021-04-05 22:32:25 -04:00
parent 37f6ff02cf
commit 5f685bca30
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ const PlaylistSongs = ({ playlistId, readOnly, actions, ...props }) => {
<DurationField source="duration" className={classes.draggable} />
<SongContextMenu
onAddToPlaylist={onAddToPlaylist}
showStar={false}
showLove={false}
className={classes.contextMenu}
/>
</SongDatagrid>