chg: dev: fix list item remove error

This commit is contained in:
rachmadaniHaryono 2018-05-03 09:46:03 +08:00
parent 0712076612
commit e90a547642

View file

@ -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()]