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