mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[httpd] UI apology
This commit is contained in:
@@ -248,6 +248,8 @@ oauth_interface(struct evhttp_request *req, const char *uri)
|
|||||||
spotify_oauth_interface(evbuf, redirect_uri);
|
spotify_oauth_interface(evbuf, redirect_uri);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
evbuffer_add_printf(evbuf, "<p><i>(sorry about this ugly interface)</i></p>\n");
|
||||||
|
|
||||||
evhttp_clear_headers(&query);
|
evhttp_clear_headers(&query);
|
||||||
|
|
||||||
httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);
|
httpd_send_reply(req, HTTP_OK, "OK", evbuf, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user