mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 02:03:45 -04:00
Fix group-type-type
This commit is contained in:
parent
95fc525beb
commit
9b190fe282
@ -1509,13 +1509,13 @@ daap_reply_groups(struct evhttp_request *req, struct evbuffer *evbuf, char **uri
|
|||||||
struct daap_session *s;
|
struct daap_session *s;
|
||||||
struct evbuffer *group;
|
struct evbuffer *group;
|
||||||
struct evbuffer *grouplist;
|
struct evbuffer *grouplist;
|
||||||
|
enum query_type group_type;
|
||||||
const struct dmap_field_map *dfm;
|
const struct dmap_field_map *dfm;
|
||||||
const struct dmap_field *df;
|
const struct dmap_field *df;
|
||||||
const struct dmap_field **meta;
|
const struct dmap_field **meta;
|
||||||
struct sort_ctx *sctx;
|
struct sort_ctx *sctx;
|
||||||
const char *param;
|
const char *param;
|
||||||
char **strval;
|
char **strval;
|
||||||
int group_type;
|
|
||||||
int nmeta;
|
int nmeta;
|
||||||
int sort_headers;
|
int sort_headers;
|
||||||
int ngrp;
|
int ngrp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user