mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix type
This commit is contained in:
@@ -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 New Issue
Block a user