mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 12:06:12 -05:00
Add file and playlist disable-by-match routines
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -243,6 +243,9 @@ db_file_delete_bypath(char *path);
|
||||
void
|
||||
db_file_disable_bypath(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
void
|
||||
db_file_disable_bymatch(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
int
|
||||
db_file_enable_bycookie(uint32_t cookie, char *path);
|
||||
|
||||
@@ -277,6 +280,9 @@ db_pl_delete_bypath(char *path);
|
||||
void
|
||||
db_pl_disable_bypath(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
void
|
||||
db_pl_disable_bymatch(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
int
|
||||
db_pl_enable_bycookie(uint32_t cookie, char *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user