Skip to content

Commit

Permalink
Change URI Auth Port from 8080 to 9900 (something less common) (#1959)
Browse files Browse the repository at this point in the history
Update spotify.py

Change URI auth port from 8080 to 9900 (something less common)

Co-authored-by: kuba <[email protected]>
  • Loading branch information
edinosma and xnetcat authored Nov 10, 2023
1 parent ab5ef17 commit e828353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotdl/utils/spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def init( # pylint: disable=bad-mcs-method-argument
credential_manager = SpotifyOAuth(
client_id=client_id,
client_secret=client_secret,
redirect_uri="http://127.0.0.1:8080/",
redirect_uri="http://127.0.0.1:9900/",
scope="user-library-read,user-follow-read",
cache_handler=cache_handler,
open_browser=not headless,
Expand Down

0 comments on commit e828353

Please sign in to comment.