[jsonapi] Use same order by clause when adding queue items by

expressions as is used in search tracks by expression
This commit is contained in:
chme 2019-02-23 10:44:10 +01:00
parent a3f2551eea
commit e078ba8ed0

View File

@ -1893,7 +1893,7 @@ queue_tracks_add_byexpression(const char *param, int pos, int *total_count)
memset(&query_params, 0, sizeof(struct query_params));
query_params.type = Q_ITEMS;
query_params.sort = S_ALBUM;
query_params.sort = S_NAME;
query_params.idx_type = I_NONE;
memset(&smartpl_expression, 0, sizeof(struct smartpl));