update: add a forgotten var

This commit is contained in:
rick 2021-09-12 01:52:06 +02:00
parent eecaba74b9
commit 5fccd36d3f
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -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