mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 10:26:02 -05:00
[daap] Always use S_PLAYLIST ordering for Q_PL (ref issue #785)
This commit is contained in:
parent
f9bfec180f
commit
7dfe4c2b65
@ -1428,8 +1428,7 @@ daap_reply_playlists(struct httpd_request *hreq)
|
||||
}
|
||||
|
||||
query_params_set(&qp, NULL, hreq, Q_PL);
|
||||
if (qp.sort == S_NONE)
|
||||
qp.sort = S_PLAYLIST;
|
||||
qp.sort = S_PLAYLIST; // Only S_PLAYLIST (and S_NONE) works for Q_PL
|
||||
|
||||
CHECK_NULL(L_DAAP, playlistlist = evbuffer_new());
|
||||
CHECK_NULL(L_DAAP, playlist = evbuffer_new());
|
||||
|
Loading…
x
Reference in New Issue
Block a user