[mpd] use the same image size as in raop_metadata_prepare (max 600x600)

to increase artwork cache hits
This commit is contained in:
chme 2015-07-18 07:34:48 +02:00
parent 1ab318d725
commit c6851eac9b

View File

@ -4366,7 +4366,7 @@ artwork_cb(struct evhttp_request *req, void *arg)
return;
}
format = artwork_get_item(evbuffer, itemid, 500, 500);
format = artwork_get_item(evbuffer, itemid, 600, 600);
if (format < 0)
{
evhttp_send_error(req, HTTP_NOTFOUND, "Document was not found");