Skip to content

Commit

Permalink
fix up earwurm keys event types
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Dec 22, 2023
1 parent b574cbf commit d9a19a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export type ManagerEventMap = {
error: (message: CombinedErrorMessage) => void;
volume: (level: number) => void;
mute: (muted: boolean) => void;
// This is not the same as a "library change". This event
// will not fire if an identical `entry > id` updates it's `path`.
keys: (newKeys: LibraryKeys, oldKeys: LibraryKeys) => void;
};

Expand Down

0 comments on commit d9a19a3

Please sign in to comment.