Skip to content

Commit

Permalink
fix: failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Dec 22, 2024
1 parent 7cd679c commit 6c9e5e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Shoukaku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ export class Shoukaku extends TypedEventEmitter<ShoukakuEvents> {
self_deaf: connection.deafened,
self_mute: connection.muted
});
connection.state = State.RECONNECTING;
await connection.connect();

// player should get updated automagically as connectionUpdate is fired
Expand Down

0 comments on commit 6c9e5e7

Please sign in to comment.