mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue