From 9c1208466555122a7a3a90cb0f2ea3b5ddd4b798 Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 4 Sep 2021 13:13:18 +0200 Subject: [PATCH] fix: try to get data from api when logging --- server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server.go b/server.go index d5b4699..c32e9a2 100644 --- a/server.go +++ b/server.go @@ -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")) } /*