Fix add from card
This commit is contained in:
parent
ac6242ea94
commit
19e3f435c4
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export const CardControls = ({
|
|||
e.stopPropagation();
|
||||
handlePlayQueueAdd?.({
|
||||
byItemType: {
|
||||
id: itemData.id,
|
||||
id: [itemData.id],
|
||||
type: itemType,
|
||||
},
|
||||
play: playType || playButtonBehavior,
|
||||
|
|
Reference in a new issue