mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Fix typo in DAAP error message
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user