From 34fe9344ae5ad3a910a769553cda2ff88f97b9d5 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 28 Apr 2023 08:50:01 -0400 Subject: [PATCH] change preposition --- beetsplug/fetchart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index a825eed3b..857d36c5c 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -1028,7 +1028,7 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin): available_sources.remove('lastfm') if not HAS_BEAUTIFUL_SOUP and \ 'spotify' in available_sources: - self._log.debug('To use Spotify as a album art source, ' + self._log.debug('To use Spotify as an album art source, ' 'you must install the beautifulsoup4 module. See ' 'the documentation for further details.') available_sources.remove('spotify')