mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 19:46:19 -05:00
[db] RSS support: new PL_RSS db value and new pl purge
This commit is contained in:
committed by
ejurgensen
parent
9bb9576849
commit
57b0626906
4
src/db.h
4
src/db.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user