mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 18:06:14 -05:00
Unify naming of "order by" clause in structs/table
This commit is contained in:
@@ -7,7 +7,7 @@ struct smartpl {
|
||||
char *title;
|
||||
char *query_where;
|
||||
char *having;
|
||||
char *order_by;
|
||||
char *order;
|
||||
int limit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user