mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
add delete hotkey to playqueue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user