soulsync/webui
Broque Thomas 1b532503cb Fix Tidal OAuth redirect URI ignoring user config in Docker
The auth_tidal() endpoint was overriding the user's configured
redirect_uri with one built from request.host. In Docker, request.host
is the container hostname (e.g. "soulsync-webui"), not the external
URL the user configured in settings.

Now checks config_manager for the user's configured redirect_uri first.
Only falls back to request.host dynamic detection if no redirect URI
is configured.
2026-03-29 21:32:42 -07:00
..
static Fix Tidal OAuth redirect URI ignoring user config in Docker 2026-03-29 21:32:42 -07:00
index.html Redesign Watch All Unwatched as polished preview modal 2026-03-29 18:12:42 -07:00