mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-30 05:41:03 -05:00
[http] Move Curl https client from lastfm to http so it is available for other modules
This commit is contained in:
@@ -1129,8 +1129,8 @@ source_item_stream_get(struct artwork_ctx *ctx)
|
||||
|
||||
memset(&client, 0, sizeof(struct http_client_ctx));
|
||||
client.url = url;
|
||||
client.headers = kv;
|
||||
client.body = ctx->evbuf;
|
||||
client.input_headers = kv;
|
||||
client.input_body = ctx->evbuf;
|
||||
|
||||
if (http_client_request(&client) < 0)
|
||||
goto out_kv;
|
||||
|
||||
Reference in New Issue
Block a user