mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Unify naming of "order by" clause in structs/table
This commit is contained in:
@@ -86,8 +86,8 @@ scan_smartpl(const char *file, time_t mtime, int dir_id)
|
||||
free(pli->query);
|
||||
pli->query = strdup(smartpl.query_where);
|
||||
|
||||
free(pli->query_orderby);
|
||||
pli->query_orderby = safe_strdup(smartpl.order_by);
|
||||
free(pli->query_order);
|
||||
pli->query_order = safe_strdup(smartpl.order);
|
||||
|
||||
pli->query_limit = smartpl.limit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user