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();
|
e.stopPropagation();
|
||||||
handlePlayQueueAdd?.({
|
handlePlayQueueAdd?.({
|
||||||
byItemType: {
|
byItemType: {
|
||||||
id: itemData.id,
|
id: [itemData.id],
|
||||||
type: itemType,
|
type: itemType,
|
||||||
},
|
},
|
||||||
play: playType || playButtonBehavior,
|
play: playType || playButtonBehavior,
|
||||||
|
|
Reference in a new issue