update: add a forgotten var
This commit is contained in:
parent
eecaba74b9
commit
5fccd36d3f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue