Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SxMAbel authored Feb 27, 2025
2 parents 2f89657 + 5fcf06a commit 394e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export class Node {
break;

case "TrackExceptionEvent":
await this.trackError(player, track, payload);
await this.trackError(player, track as Track, payload);
break;

case "WebSocketClosedEvent":
Expand Down

0 comments on commit 394e79f

Please sign in to comment.