From c1c6ce33e4c414e96f48d299b706605b71cd2901 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 20 May 2023 23:22:43 -0700 Subject: [PATCH] Fix type --- .../features/search/components/library-command-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/features/search/components/library-command-item.tsx b/src/renderer/features/search/components/library-command-item.tsx index 3a111079..3301bb3f 100644 --- a/src/renderer/features/search/components/library-command-item.tsx +++ b/src/renderer/features/search/components/library-command-item.tsx @@ -93,7 +93,7 @@ export const LibraryCommandItem = ({ e.stopPropagation(); handlePlayQueueAdd?.({ byItemType: { - id, + id: [id], type: itemType, }, playType,