mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
pirla
This commit is contained in:
parent
a6308c9d32
commit
488c365260
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ class RoyalDiscordBot(discord.Client):
|
||||||
continue
|
continue
|
||||||
# Ensure the next video is ready
|
# Ensure the next video is ready
|
||||||
next_video = self.video_queue.next_video()
|
next_video = self.video_queue.next_video()
|
||||||
if next_video is None or next_video.is_ready:
|
if next_video is None or not next_video.is_ready:
|
||||||
continue
|
continue
|
||||||
# Advance the queue
|
# Advance the queue
|
||||||
self.video_queue.advance_queue()
|
self.video_queue.advance_queue()
|
||||||
|
|
Loading…
Reference in a new issue