diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index d9db8eadc..57083f96f 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -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()]