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,