From 2571ae0fd854df436385d487174bc9292efd31b6 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Apr 2026 13:07:08 -0300 Subject: [PATCH] Comment out Spotify redirect URI as it is no longer free --- scrobble/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrobble/docker-compose.yml b/scrobble/docker-compose.yml index 177c89e..3baca50 100644 --- a/scrobble/docker-compose.yml +++ b/scrobble/docker-compose.yml @@ -22,7 +22,7 @@ services: - JELLYFIN_URL=https://jellyfin.shoebottom.ca - PLEX_URL=https://plex.shoebottom.ca - MALOJA_URL=http://maloja:42010 - - SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback + # - SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback #spotify no longer free - JELLYFIN_USER=Isaac # filter by user - PLEX_USERS_ALLOW=IsaacShoebottom # filter by user - LZ_USER=IsaacDaybreak