diff --git a/lyrics/translations/en.json b/lyrics/translations/en.json index d91bd0e..e39e240 100644 --- a/lyrics/translations/en.json +++ b/lyrics/translations/en.json @@ -167,12 +167,12 @@ "netease": "NetEase Music (public API)", "qishui": "Qishui Music", "qqmusic": "QQ Music", - "spotify": "Spotify", - "splayer": "SPlayer" + "splayer": "SPlayer", + "spotify": "Spotify" } }, "lyrics_sources": { - "description": "Source IDs tried from top to bottom: lrclib, netease, splayer, qqmusic, kugou, qishui, apple_music, spotify, musixmatch, mpris, or custom.", + "description": "Source IDs tried from top to bottom: lrclib, netease, qqmusic, kugou, qishui, apple_music, spotify, musixmatch, mpris, or custom.", "label": "Automatic source order" }, "marquee_speed": { @@ -265,6 +265,10 @@ "description": "Allow translated lyrics to appear on the secondary line.", "label": "Show translation" }, + "splayer_api_url": { + "description": "SPlayer local service URL. Defaults to http://127.0.0.1:25884 and reads the complete lyrics currently loaded by SPlayer.", + "label": "SPlayer API URL" + }, "spotify_access_token": { "description": "Optional manually supplied Spotify access token. Takes priority over sp_dc.", "label": "Spotify access token" @@ -273,10 +277,6 @@ "description": "Optional manually supplied Spotify web cookie. Stored as a normal plugin setting; never written to logs.", "label": "Spotify sp_dc" }, - "splayer_api_url": { - "description": "SPlayer local service URL. Defaults to http://127.0.0.1:25884 and reads the complete lyrics currently loaded by SPlayer.", - "label": "SPlayer API URL" - }, "translation_language": { "description": "Preferred translated-lyric language when supported by the source.", "label": "Translation language",