Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 committed Jan 5, 2025
2 parents 274a25e + 0ff2008 commit f80855f
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 @@ -1503,7 +1503,7 @@ export class LavalinkNode {
}

player.set("internal_skipped", false);
player.set("internal_autoplayStopPlaying", Date.now());
player.set("internal_autoplayStopPlaying", undefined);

if (track && !track?.pluginInfo?.clientData?.previousTrack) { // If there was a current Track already and repeatmode === true, add it to the queue.
player.queue.previous.unshift(track);
Expand Down

0 comments on commit f80855f

Please sign in to comment.