mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 21:18:13 -05:00
Use own libevent http client for downloading artwork, ffmpeg seems a
bit too slow
This commit is contained in:
@@ -12,7 +12,6 @@ struct http_client_ctx
|
||||
{
|
||||
int async;
|
||||
const char *url;
|
||||
int ret;
|
||||
|
||||
/* For sync mode, a keyval/evbuf to store response headers and body
|
||||
* Can be set to NULL to ignore that part of the response
|
||||
@@ -30,6 +29,7 @@ struct http_client_ctx
|
||||
void (*cb)(struct evhttp_request *, void *);
|
||||
|
||||
/* Private */
|
||||
int ret;
|
||||
void *evbase;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user