mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 20:53:19 -05:00
Fix typo in DAAP error message
This commit is contained in:
parent
76fc069f22
commit
abbba5cf47
@ -1074,7 +1074,7 @@ daap_reply_songlist_generic(struct evhttp_request *req, struct evbuffer *evbuf,
|
|||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
|
DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
|
||||||
|
|
||||||
daap_send_error(req, tag, "Could not stat query");
|
daap_send_error(req, tag, "Could not start query");
|
||||||
|
|
||||||
free(meta);
|
free(meta);
|
||||||
evbuffer_free(song);
|
evbuffer_free(song);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user