Hide ❤️ in Playlists

This commit is contained in:
Deluan 2021-04-05 22:32:25 -04:00 committed by Joe Stump
parent c9e4921d83
commit 945b6f7785
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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>