mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
chg: dev: fix list item remove error
This commit is contained in:
parent
0712076612
commit
e90a547642
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ class LyricsPlugin(plugins.BeetsPlugin):
|
|||
u'The Genius backend requires BeautifulSoup, which is not '
|
||||
u'installed, so the source is disabled.'
|
||||
)
|
||||
sources.remove('google')
|
||||
sources.remove('genius')
|
||||
|
||||
self.config['bing_lang_from'] = [
|
||||
x.lower() for x in self.config['bing_lang_from'].as_str_seq()]
|
||||
|
|
|
|||
Loading…
Reference in a new issue