mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 12:43:18 -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");
|
||||
|
||||
daap_send_error(req, tag, "Could not stat query");
|
||||
daap_send_error(req, tag, "Could not start query");
|
||||
|
||||
free(meta);
|
||||
evbuffer_free(song);
|
||||
|
Loading…
x
Reference in New Issue
Block a user