mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix type
This commit is contained in:
parent
26bc7d23ae
commit
c1c6ce33e4
@ -93,7 +93,7 @@ export const LibraryCommandItem = ({
|
|||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
handlePlayQueueAdd?.({
|
handlePlayQueueAdd?.({
|
||||||
byItemType: {
|
byItemType: {
|
||||||
id,
|
id: [id],
|
||||||
type: itemType,
|
type: itemType,
|
||||||
},
|
},
|
||||||
playType,
|
playType,
|
||||||
|
Loading…
Reference in New Issue
Block a user