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