From 7b736eeba1a2955639eb59dcbd6fb939cf504ae9 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:35:04 +0200 Subject: [PATCH] your-spotify: name the broken Settings page after install 1.20.0 ships a client that blanks the Settings page. Upstream fixed it in master four months ago and has not released since, so say so instead of leaving people to find it. --- ct/your-spotify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/your-spotify.sh b/ct/your-spotify.sh index 6ab5cf19c..6c618e341 100644 --- a/ct/your-spotify.sh +++ b/ct/your-spotify.sh @@ -74,3 +74,6 @@ echo -e "${INFO}${YW}Spotify rejects plain http redirect URIs on a LAN address.$ echo -e "${INFO}${YW}Put this behind a TLS reverse proxy and register:${CL}" echo -e "${TAB}${DEFAULT}${BGN}https://your.domain/oauth/spotify/callback${CL}" echo -e "${INFO}${YW}Then set API_ENDPOINT to that https URL and rerun the update.${CL}" +echo -e "${INFO}${YW}Known issue in 1.20.0: the Settings page stays blank.${CL}" +echo -e "${TAB}${DEFAULT}Fixed upstream but not yet released - see${CL}" +echo -e "${TAB}${DEFAULT}${BGN}https://github.com/Yooooomi/your_spotify/issues/617${CL}"