[db] db_pl_delete_bypath() must also delete disabled playlists

Otherwise we end up with a bunch of disabled playlists in the db.
This commit is contained in:
ejurgensen
2020-03-29 00:33:44 +01:00
parent 5bd32135ee
commit f61dfa0529
2 changed files with 9 additions and 2 deletions

View File

@@ -99,6 +99,8 @@ struct query_params {
char *filter;
int with_disabled;
/* Query results, filled in by query_start */
int results;