Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>

This commit is contained in:
mbrucedogs 2025-07-30 16:49:10 -05:00
parent 9ef4311586
commit 0a8d9ee4e8

View File

@ -34,7 +34,7 @@ const Favorites: React.FC = () => {
song={song}
context={SongItemContext.FAVORITES}
showInfoButton={true}
showAddButton={false}
showAddButton={true}
showDeleteButton={true}
onDeleteItem={() => handleToggleFavorite(song)}
/>