From b1a630f70d916b7b242a0123e71cf3122d105716 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 2 May 2019 01:33:08 -0400 Subject: [PATCH] Fixed rare case where a thumbnail doesn't download after clearing a playlist --- plugins/youtube/youtube_helper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/youtube/youtube_helper.py b/plugins/youtube/youtube_helper.py index a31b74d5..d3fe3eea 100644 --- a/plugins/youtube/youtube_helper.py +++ b/plugins/youtube/youtube_helper.py @@ -65,7 +65,8 @@ def next(): box_align='left') GM.logger.info("The youtube audio queue moved to the next available track.") stop_audio() - # doesn't need a 'download_next()' here because the next song thumbnail should already be downloaded. + + download_next() play_audio() return return