mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 02:03:45 -04:00
[db] Expose db_pl_fetch_byid()
This commit is contained in:
parent
abdc0d6d27
commit
c5988665b0
3
src/db.c
3
src/db.c
@ -520,9 +520,6 @@ static __thread struct db_statements db_statements;
|
||||
|
||||
|
||||
/* Forward */
|
||||
struct playlist_info *
|
||||
db_pl_fetch_byid(int id);
|
||||
|
||||
static enum group_type
|
||||
db_group_type_bypersistentid(int64_t persistentid);
|
||||
|
||||
|
3
src/db.h
3
src/db.h
@ -660,6 +660,9 @@ db_pl_ping_items_bymatch(const char *path, int id);
|
||||
int
|
||||
db_pl_id_bypath(const char *path);
|
||||
|
||||
struct playlist_info *
|
||||
db_pl_fetch_byid(int id);
|
||||
|
||||
struct playlist_info *
|
||||
db_pl_fetch_bypath(const char *path);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user