From f733744f911d116c8bb81724f67c743e1470c0a9 Mon Sep 17 00:00:00 2001 From: Antti Kettunen Date: Fri, 1 May 2026 12:14:13 +0300 Subject: [PATCH] Fix Spotify auth completion sync - Make the Spotify auth completion popup notify the opener across callback origins. - Refresh service status in the settings UI after auth completes so the button flips to Disconnect immediately. - Keep the standalone callback instruction page and the main app flow working with the same completion signal. --- web_server.py | 3 +-- webui/static/settings.js | 2 +- webui/static/shared-helpers.js | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web_server.py b/web_server.py index 1dfd3ad0..7e2cd7e0 100644 --- a/web_server.py +++ b/web_server.py @@ -5539,7 +5539,6 @@ def auth_spotify():