Rename pl_id member of struct query_params

This commit is contained in:
Julien BLACHE
2010-03-07 11:53:16 +01:00
parent 6a144cd670
commit 641e5462cc
4 changed files with 13 additions and 13 deletions

View File

@@ -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;