change preposition

This commit is contained in:
Alok Saboo 2023-04-28 08:50:01 -04:00
parent 654b57f50a
commit 34fe9344ae

View file

@ -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')