mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Fix problem introduced with commit 475d5db where genres and composers don't get sorted
This commit is contained in:
@@ -2169,11 +2169,13 @@ daap_reply_browse(struct evhttp_request *req, struct evbuffer *evbuf, char **uri
|
||||
{
|
||||
tag = "abgn";
|
||||
qp.type = Q_BROWSE_GENRES;
|
||||
qp.sort = S_GENRE;
|
||||
}
|
||||
else if (strcmp(uri[3], "composers") == 0)
|
||||
{
|
||||
tag = "abcp";
|
||||
qp.type = Q_BROWSE_COMPOSERS;
|
||||
qp.sort = S_COMPOSER;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user