From 086de854d1d03edc1793f1ce9eb5ff129a80c57d Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 26 Jun 2022 11:56:13 -0400 Subject: [PATCH] Update spotify.py --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index e81c1b8aa..0de08ff3d 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -190,7 +190,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): time.sleep(int(seconds) + 1) return self._handle_response(request_type, url, params=params) elif 'analysis not found' in response.text: - self._log.debug('No analysis found') + self._log.debug('No audio analysis found') return None else: raise ui.UserError(