Skip to content

Commit

Permalink
fix(Player): fix encodedTrack is type null after moving a node
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab1o0107 committed Dec 26, 2023
1 parent e4e5053 commit e21e894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/guild/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ export class Player extends EventEmitter {

break;
case "TrackEndEvent":
this._encodedTrack = null;

this.emit("end", data);

break;
Expand Down

0 comments on commit e21e894

Please sign in to comment.