Skip to content

Commit e828353

Browse files
edinosmaxnetcat
andauthored
Change URI Auth Port from 8080 to 9900 (something less common) (#1959)
Update spotify.py Change URI auth port from 8080 to 9900 (something less common) Co-authored-by: kuba <[email protected]>
1 parent ab5ef17 commit e828353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotdl/utils/spotify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def init( # pylint: disable=bad-mcs-method-argument
102102
credential_manager = SpotifyOAuth(
103103
client_id=client_id,
104104
client_secret=client_secret,
105-
redirect_uri="http://127.0.0.1:8080/",
105+
redirect_uri="http://127.0.0.1:9900/",
106106
scope="user-library-read,user-follow-read",
107107
cache_handler=cache_handler,
108108
open_browser=not headless,

0 commit comments

Comments
 (0)