Fixed an error when unable to play a file

This commit is contained in:
Manuel Cortez 2019-01-14 17:37:28 -06:00
parent 3901a2a281
commit b0642aafb7

View File

@ -52,7 +52,6 @@ class audioPlayer(object):
try:
self.stream = URLStream(url=url_)
except BassError:
log.debug("Error when playing the file %r") % (url,)
return
# Translators: {0} will be replaced with a song's title and {1} with the artist.
if set_info: