mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue