Merge pull request #1044 from Der-Penz/development

fix song getting added twice to queue when using tab navigation in command palette
This commit is contained in:
Jeff 2025-08-27 21:05:47 -07:00 committed by GitHub
commit 7394d639e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ export const LibraryCommandItem = ({
const handlePlay = useCallback(
(e: SyntheticEvent, id: string, playType: Play) => {
e.stopPropagation();
e.preventDefault();
handlePlayQueueAdd?.({
byItemType: {
id: [id],