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