diff --git a/src/httpd.c b/src/httpd.c index 10855701..e3626998 100644 --- a/src/httpd.c +++ b/src/httpd.c @@ -248,6 +248,8 @@ oauth_interface(struct evhttp_request *req, const char *uri) spotify_oauth_interface(evbuf, redirect_uri); #endif + evbuffer_add_printf(evbuf, "
(sorry about this ugly interface)
\n"); + evhttp_clear_headers(&query); httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);