@@ -1530,7 +1530,7 @@ db_query_fetch_pl(struct query_params *qp, struct db_playlist_info *dbpli, int w
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");
return-1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.