mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
parent
7ae8b9c3f0
commit
a23857fc64
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ class LyricsPlugin(plugins.BeetsPlugin):
|
|||
def sanitize_bs_sources(self, sources):
|
||||
enabled_sources = []
|
||||
for source in sources:
|
||||
if source.REQUIRES_BS:
|
||||
if self.SOURCE_BACKENDS[source].REQUIRES_BS:
|
||||
self._log.debug(u'To use the %s lyrics source, you must '
|
||||
u'install the beautifulsoup4 module. See '
|
||||
u'the documentation for further details.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue