mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
derp
This commit is contained in:
parent
943ccdd067
commit
a6308c9d32
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 not None and next_video.is_ready:
|
if next_video is None or 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