From 99677b7958294d3e3b3a61428dd230919aa3f032 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Tue, 8 Oct 2024 00:26:40 +0100 Subject: [PATCH] Update README.rst Move obsolete config options to the bottom --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b65c6713..fcec3133 100644 --- a/README.rst +++ b/README.rst @@ -106,10 +106,6 @@ The following configuration values are available: - ``spotify/enabled``: If the Spotify extension should be enabled or not. Defaults to ``true``. -- ``spotify/username``: Your Spotify Premium username. Obsolete. - -- ``spotify/password``: Your Spotify Premium password. Obsolete. - - ``spotify/client_id``: Your Spotify application client id. You *must* provide this. - ``spotify/client_secret``: Your Spotify application secret key. You *must* provide this. @@ -140,6 +136,10 @@ The following configuration values are available: - ``spotify/search_track_count``: Maximum number of tracks returned in search results. Number between 0 and 50. Defaults to 50. +- ``spotify/username``: Your Spotify Premium username. Obsolete. + +- ``spotify/password``: Your Spotify Premium password. Obsolete. + Project resources =================