Skip to content

Commit a9a8d6d

Browse files
authored
add a comment
1 parent f88127f commit a9a8d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/Player.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export class Player {
559559

560560
// send to lavalink, that it should stop playing
561561
await this.node.updatePlayer({ guildId: this.guildId, playerOptions: { track: { encoded: null } } });
562-
562+
// on some cases the sending of "stopplaying state" from lavalink does not happen, so we hardcode it, just to be sure.
563563
this.paused = false;
564564

565565
this.ping.lavalink = Math.round((performance.now() - now) / 10) / 100;

0 commit comments

Comments
 (0)