We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88127f commit a9a8d6dCopy full SHA for a9a8d6d
src/structures/Player.ts
@@ -559,7 +559,7 @@ export class Player {
559
560
// send to lavalink, that it should stop playing
561
await this.node.updatePlayer({ guildId: this.guildId, playerOptions: { track: { encoded: null } } });
562
-
+ // on some cases the sending of "stopplaying state" from lavalink does not happen, so we hardcode it, just to be sure.
563
this.paused = false;
564
565
this.ping.lavalink = Math.round((performance.now() - now) / 10) / 100;
0 commit comments