[db] RSS support: new PL_RSS db value and new pl purge

This commit is contained in:
whatdoineed2do/Ray
2020-03-08 20:04:05 +00:00
committed by ejurgensen
parent 9bb9576849
commit 57b0626906
2 changed files with 39 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ enum pl_type {
PL_FOLDER = 1,
PL_SMART = 2,
PL_PLAIN = 3,
PL_RSS = 4,
PL_MAX,
};
@@ -706,6 +707,9 @@ db_pl_delete(int id);
void
db_pl_delete_bypath(const char *path);
int
db_pl_purge_byid(int id);
void
db_pl_disable_bypath(const char *path, enum strip_type strip, uint32_t cookie);