add delete hotkey to playqueue

This commit is contained in:
jeffvli
2025-11-27 14:21:20 -08:00
parent a893b063de
commit 4ef2956eb1
2 changed files with 25 additions and 2 deletions
@@ -498,7 +498,7 @@ export const PlayerProvider = ({ children }: { children: React.ReactNode }) => {
(items: QueueSong[]) => {
logFn.debug(logMsg[LogCategory.PLAYER].clearSelected, {
category: LogCategory.PLAYER,
meta: { items },
meta: { items: items.length },
});
storeActions.clearSelected(items);