Skip to content

Commit

Permalink
Merge pull request #2352 from DestinyofYeet/fix-autoplaylist-skipping…
Browse files Browse the repository at this point in the history
…-song

fixed that the autoplaylist skips the current song playing when enabling it
  • Loading branch information
BabyBoySnow committed Oct 26, 2023
2 parents 773fa3d + 2dd4f73 commit 1800656
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 1800656

Please sign in to comment.