Fix type
This commit is contained in:
parent
26bc7d23ae
commit
c1c6ce33e4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export const LibraryCommandItem = ({
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handlePlayQueueAdd?.({
|
handlePlayQueueAdd?.({
|
||||||
byItemType: {
|
byItemType: {
|
||||||
id,
|
id: [id],
|
||||||
type: itemType,
|
type: itemType,
|
||||||
},
|
},
|
||||||
playType,
|
playType,
|
||||||
|
|
Reference in a new issue