commit
83bb1405f2
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ class Queue<T = unknown> {
|
||||||
this._streamTime = 0;
|
this._streamTime = 0;
|
||||||
if (resource && resource.metadata) this.previousTracks.push(resource.metadata);
|
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.tracks.length && this.repeatMode === QueueRepeatMode.OFF) {
|
||||||
if (this.options.leaveOnEnd) this.destroy();
|
if (this.options.leaveOnEnd) this.destroy();
|
||||||
this.player.emit("queueEnd", this);
|
this.player.emit("queueEnd", this);
|
||||||
|
|
Loading…
Reference in a new issue