From 19e3f435c4de42dc63ea1a96f5ec267c07d0bd86 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Tue, 3 Jan 2023 02:13:04 -0800 Subject: [PATCH] Fix add from card --- src/renderer/components/card/card-controls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,