add new player handlers to command palette items (#1356)

This commit is contained in:
jeffvli
2025-12-09 18:41:22 -08:00
parent 816df56ef1
commit 6eba434c3e
2 changed files with 71 additions and 77 deletions
@@ -240,6 +240,7 @@ export const CommandPalette = ({ modalProps }: CommandPaletteProps) => {
imageUrl={song.imageUrl}
isHighlighted={isHighlighted}
itemType={LibraryItem.SONG}
song={song}
subtitle={song.artists
.map((artist) => artist.name)
.join(', ')}