Skip to content

Commit 205e127

Browse files
committed
update the app scope
1 parent ffb9f2b commit 205e127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotdl/utils/spotify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def init( # pylint: disable=bad-mcs-method-argument
103103
client_id=client_id,
104104
client_secret=client_secret,
105105
redirect_uri="http://127.0.0.1:9900/",
106-
scope="user-library-read,user-follow-read",
106+
scope="user-library-read,user-follow-read,playlist-read-private",
107107
cache_handler=cache_handler,
108108
open_browser=not headless,
109109
)

0 commit comments

Comments
 (0)