mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
[db] Forgot to add Q_FIND_PL as a playlist query
This commit is contained in:
parent
89b715aeba
commit
213b58c012
2
src/db.c
2
src/db.c
@ -1530,7 +1530,7 @@ db_query_fetch_pl(struct query_params *qp, struct db_playlist_info *dbpli, int w
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qp->type != Q_PL)
|
if ((qp->type != Q_PL) && (qp->type != Q_FIND_PL))
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_DB, "Not a playlist query!\n");
|
DPRINTF(E_LOG, L_DB, "Not a playlist query!\n");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user