fixup: rename db_mpd_build_query to db_mpd_start_query, removed unused

function from db.h
This commit is contained in:
chme
2015-02-15 13:59:35 +01:00
parent 7024f2f3e7
commit 3eab952867
3 changed files with 3 additions and 6 deletions

View File

@@ -1933,7 +1933,7 @@ mpd_command_lsinfo(struct evbuffer *evbuf, int argc, char **argv, char **errmsg)
memset(&qp, 0, sizeof(struct query_params));
ret = db_mpd_build_query_filelist(&qp, parent);
ret = db_mpd_start_query_filelist(&qp, parent);
if (ret < 0)
{
DPRINTF(E_LOG, L_MPD, "Could not start query for path '%s'\n", argv[1]);