From: Kostas Chatzikokolakis Date: Mon, 29 Jul 2024 11:13:44 +0000 (+0300) Subject: Spotify: remove deprecated user-read-birthdate scope (#1524) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4c6a867eaa8002a42a241368e3b6ddfe1adb7f92;p=music-assistant-server.git Spotify: remove deprecated user-read-birthdate scope (#1524) --- diff --git a/music_assistant/server/providers/spotify/__init__.py b/music_assistant/server/providers/spotify/__init__.py index b78dfbaa..a2fcbf8f 100644 --- a/music_assistant/server/providers/spotify/__init__.py +++ b/music_assistant/server/providers/spotify/__init__.py @@ -718,7 +718,6 @@ class SpotifyProvider(MusicProvider): "user-library-modify", "user-read-private", "user-read-email", - "user-read-birthdate", "user-top-read", ] scope = ",".join(scopes)