mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 18:06:14 -05:00
Rename pl_id member of struct query_params
This commit is contained in:
@@ -1400,7 +1400,7 @@ daap_reply_songlist_generic(struct evhttp_request *req, struct evbuffer *evbuf,
|
||||
if (playlist != -1)
|
||||
{
|
||||
qp.type = Q_PLITEMS;
|
||||
qp.pl_id = playlist;
|
||||
qp.id = playlist;
|
||||
}
|
||||
else
|
||||
qp.type = Q_ITEMS;
|
||||
|
||||
Reference in New Issue
Block a user