We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa6f10 commit 8e6758fCopy full SHA for 8e6758f
1 file changed
music_assistant/providers/spotify/constants.py
@@ -16,7 +16,6 @@
16
17
# OAuth Settings
18
SCOPE = [
19
- "playlist-read",
20
"playlist-read-private",
21
"playlist-read-collaborative",
22
"playlist-modify-public",
@@ -33,8 +32,6 @@
33
32
"user-read-playback-state",
34
"user-modify-playback-state",
35
"user-read-currently-playing",
36
- "user-modify-private",
37
- "user-modify",
38
"user-read-playback-position",
39
"user-read-recently-played",
40
]
0 commit comments