Fix id type of play queue add from card

This commit is contained in:
jeffvli 2022-12-29 18:28:56 -08:00
parent a24816ad6d
commit d5ccf64bda

View file

@ -130,7 +130,7 @@ export const GridCardControls = ({
handlePlayQueueAdd?.({
byItemType: {
id: itemData.id,
id: [itemData.id],
type: itemType,
},
play: playType || playButtonBehavior,