mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix song getting added twice to queue
This commit is contained in:
parent
5ab0eba23e
commit
24b9bf210c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ export const LibraryCommandItem = ({
|
|||
const handlePlay = useCallback(
|
||||
(e: SyntheticEvent, id: string, playType: Play) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
handlePlayQueueAdd?.({
|
||||
byItemType: {
|
||||
id: [id],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue