mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Use title_sort for DAAP sort headers
This commit is contained in:
parent
4dce6390ea
commit
f5b167080b
@ -1759,7 +1759,7 @@ daap_reply_songlist_generic(struct evhttp_request *req, struct evbuffer *evbuf,
|
|||||||
|
|
||||||
if (sort_headers)
|
if (sort_headers)
|
||||||
{
|
{
|
||||||
ret = daap_sort_build(sctx, dbmfi.title);
|
ret = daap_sort_build(sctx, dbmfi.title_sort);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_DAAP, "Could not add sort header to DAAP song list reply\n");
|
DPRINTF(E_LOG, L_DAAP, "Could not add sort header to DAAP song list reply\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user