mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
[Audio] Fixed repeat queue (#1013)
This commit is contained in:
committed by
Twentysix
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)
|
||||
|
||||
Reference in New Issue
Block a user