1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-12-07 00:20:25 +01:00
parent a6308c9d32
commit 488c365260

View file

@ -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()