diff --git a/config.go.example b/config.go.example index b3c6853..5b696e8 100644 --- a/config.go.example +++ b/config.go.example @@ -2,3 +2,4 @@ package main var ClientID = "" var RedirectURI = "" +var SpotifyURL = "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI