mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-30 05:41:03 -05:00
Drop async mode from http client, not needed and probably not working
This commit is contained in:
@@ -721,7 +721,6 @@ artwork_get_player_image(char *path, int max_w, int max_h, struct evbuffer *evbu
|
||||
|
||||
memset(&ctx, 0, sizeof(ctx));
|
||||
ctx.url = url;
|
||||
ctx.async = 0;
|
||||
ctx.headers = kv;
|
||||
ctx.body = evbuf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user