From 374707bb7a6379ca283393ce961697711fd525d7 Mon Sep 17 00:00:00 2001 From: David Dembeck <71412966+djdembeck@users.noreply.github.com> Date: Wed, 10 Mar 2021 12:59:48 -0600 Subject: [PATCH] remove LyricsWiki from default sources in docs https://github.com/beetbox/beets/pull/3766 missed removing this --- docs/plugins/lyrics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/lyrics.rst b/docs/plugins/lyrics.rst index b71764042..b49909678 100644 --- a/docs/plugins/lyrics.rst +++ b/docs/plugins/lyrics.rst @@ -58,7 +58,7 @@ configuration file. The available options are: sources known to be scrapeable. - **sources**: List of sources to search for lyrics. An asterisk ``*`` expands to all available sources. - Default: ``google lyricwiki musixmatch genius``, i.e., all the + Default: ``google musixmatch genius``, i.e., all the available sources. The ``google`` source will be automatically deactivated if no ``google_API_key`` is setup. Both it and the ``genius`` source will only be enabled if BeautifulSoup is