diff --git a/internal/goscrobble/server.go b/internal/goscrobble/server.go index 871b8ee8..eda69353 100644 --- a/internal/goscrobble/server.go +++ b/internal/goscrobble/server.go @@ -693,6 +693,7 @@ func postSpotifyReponse(w http.ResponseWriter, r *http.Request) { err := connectSpotifyResponse(r) if err != nil { + log.Printf("Post Spotify Response: %s", err) throwOkError(w, "Failed to connect to spotify") return }