mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Audio] Fixed repeat queue (#1013)
This commit is contained in:
parent
e5bb58bae1
commit
f6487ea1bc
@ -2177,7 +2177,7 @@ class Audio:
|
||||
return
|
||||
if repeat and last_song:
|
||||
queued_last_song = QueuedSong(last_song.webpage_url, last_song_channel)
|
||||
queue.append(last_song.webpage_url)
|
||||
queue.append(queued_last_song)
|
||||
else:
|
||||
song = None
|
||||
self._set_queue_nowplaying(server, song, channel)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user