Skip to content

Commit 394e79f

Browse files
authored
Merge branch 'dev' into main
2 parents 2f89657 + 5fcf06a commit 394e79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/Node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export class Node {
537537
break;
538538

539539
case "TrackExceptionEvent":
540-
await this.trackError(player, track, payload);
540+
await this.trackError(player, track as Track, payload);
541541
break;
542542

543543
case "WebSocketClosedEvent":

0 commit comments

Comments
 (0)