diff --git a/src/renderer/components/card/card-controls.tsx b/src/renderer/components/card/card-controls.tsx index af25780e..7b22c099 100644 --- a/src/renderer/components/card/card-controls.tsx +++ b/src/renderer/components/card/card-controls.tsx @@ -129,7 +129,7 @@ export const CardControls = ({ e.stopPropagation(); handlePlayQueueAdd?.({ byItemType: { - id: itemData.id, + id: [itemData.id], type: itemType, }, play: playType || playButtonBehavior,