mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Fix id type of play queue add from card
This commit is contained in:
parent
a24816ad6d
commit
d5ccf64bda
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ export const GridCardControls = ({
|
|||
|
||||
handlePlayQueueAdd?.({
|
||||
byItemType: {
|
||||
id: itemData.id,
|
||||
id: [itemData.id],
|
||||
type: itemType,
|
||||
},
|
||||
play: playType || playButtonBehavior,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue