Skip to content

Commit

Permalink
fixed that the autoplaylist skips the current song playing when enabl…
Browse files Browse the repository at this point in the history
…ing it
  • Loading branch information
DestinyofYeet committed Oct 26, 2023
1 parent 773fa3d commit 2dd4f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion musicbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3569,7 +3569,6 @@ async def cmd_option(self, player, option, value):
)
)
self.config.auto_playlist = True
await self.on_player_finished_playing(player)
elif value in bool_n:
if not self.config.auto_playlist:
raise exceptions.CommandError(
Expand Down

0 comments on commit 2dd4f73

Please sign in to comment.