From b0642aafb7b95db8facce30c7cd4ac3e271386be Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Mon, 14 Jan 2019 17:37:28 -0600 Subject: [PATCH] Fixed an error when unable to play a file --- src/presenters/player.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/presenters/player.py b/src/presenters/player.py index 151771c..570081a 100644 --- a/src/presenters/player.py +++ b/src/presenters/player.py @@ -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: