Update Queue.ts
This commit is contained in:
parent
399105eec9
commit
30ccaeaa12
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ class Queue<T = unknown> {
|
|||
this._streamTime = 0;
|
||||
if (resource && resource.metadata) this.previousTracks.push(resource.metadata);
|
||||
|
||||
this.player.emit("trackEnd", this, resource.metadata);
|
||||
|
||||
if (!this.tracks.length && this.repeatMode === QueueRepeatMode.OFF) {
|
||||
if (this.options.leaveOnEnd) this.destroy();
|
||||
this.player.emit("queueEnd", this);
|
||||
|
|
Loading…
Reference in a new issue