Skip to content

Commit

Permalink
Fixed rare case where a thumbnail doesn't download after clearing a p…
Browse files Browse the repository at this point in the history
…laylist
  • Loading branch information
Jason committed May 2, 2019
1 parent 86c5f5f commit b1a630f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/youtube/youtube_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1a630f

Please sign in to comment.