fix(Player): add missing event
This commit is contained in:
parent
6b68c24d22
commit
a617e5f750
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ export interface PlayerEvents {
|
|||
trackAdd: (queue: Queue, track: Track) => any;
|
||||
tracksAdd: (queue: Queue, track: Track[]) => any;
|
||||
trackStart: (queue: Queue, track: Track) => any;
|
||||
trackEnd: (queue: Queue, track: Track) => any;
|
||||
}
|
||||
|
||||
/* eslint-enable @typescript-eslint/no-explicit-any */
|
||||
|
|
Loading…
Reference in a new issue