mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 05:04:16 -05:00
fixup: rename db_mpd_build_query to db_mpd_start_query, removed unused
function from db.h
This commit is contained in:
2
src/db.c
2
src/db.c
@@ -1878,7 +1878,7 @@ db_query_fetch_string_sort(struct query_params *qp, char **string, char **sortst
|
||||
/* Filelist */
|
||||
|
||||
int
|
||||
db_mpd_build_query_filelist(struct query_params *qp, char *parentpath)
|
||||
db_mpd_start_query_filelist(struct query_params *qp, char *parentpath)
|
||||
{
|
||||
char *query;
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user