mirror of
https://github.com/beetbox/beets.git
synced 2026-01-14 20:24:36 +01:00
change preposition
This commit is contained in:
parent
654b57f50a
commit
34fe9344ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue