From e90a547642258d7998e6645a18d4db43f584d969 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Thu, 3 May 2018 09:46:03 +0800 Subject: [PATCH] chg: dev: fix list item remove error --- beetsplug/lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()]