Compare commits

...
Author SHA1 Message Date
CanbiZ (MickLesk) 7b736eeba1 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.
2026-09-21 13:35:04 +02:00
+3
View File
@@ -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}"