Fix add from card

This commit is contained in:
jeffvli 2023-01-03 02:13:04 -08:00
parent ac6242ea94
commit 19e3f435c4

View file

@ -129,7 +129,7 @@ export const CardControls = ({
e.stopPropagation(); e.stopPropagation();
handlePlayQueueAdd?.({ handlePlayQueueAdd?.({
byItemType: { byItemType: {
id: itemData.id, id: [itemData.id],
type: itemType, type: itemType,
}, },
play: playType || playButtonBehavior, play: playType || playButtonBehavior,