fix: try to get data from api when logging
This commit is contained in:
parent
1ff4d8a02a
commit
9c12084665
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ func loginSpotify(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
w.Header().Set("Location", "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI)
|
||||
w.WriteHeader(http.StatusSeeOther)
|
||||
go getListPlaylist(r.FormValue("id"))
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue