We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5ef17 commit e828353Copy full SHA for e828353
spotdl/utils/spotify.py
@@ -102,7 +102,7 @@ def init( # pylint: disable=bad-mcs-method-argument
102
credential_manager = SpotifyOAuth(
103
client_id=client_id,
104
client_secret=client_secret,
105
- redirect_uri="http://127.0.0.1:8080/",
+ redirect_uri="http://127.0.0.1:9900/",
106
scope="user-library-read,user-follow-read",
107
cache_handler=cache_handler,
108
open_browser=not headless,
0 commit comments