mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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
|
||||
# Ensure the next video is ready
|
||||
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
|
||||
# Advance the queue
|
||||
self.video_queue.advance_queue()
|
||||
|
|
Loading…
Reference in a new issue