mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[db] Expose db_pl_fetch_byid()
This commit is contained in:
3
src/db.c
3
src/db.c
@@ -520,9 +520,6 @@ static __thread struct db_statements db_statements;
|
|||||||
|
|
||||||
|
|
||||||
/* Forward */
|
/* Forward */
|
||||||
struct playlist_info *
|
|
||||||
db_pl_fetch_byid(int id);
|
|
||||||
|
|
||||||
static enum group_type
|
static enum group_type
|
||||||
db_group_type_bypersistentid(int64_t persistentid);
|
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
|
int
|
||||||
db_pl_id_bypath(const char *path);
|
db_pl_id_bypath(const char *path);
|
||||||
|
|
||||||
|
struct playlist_info *
|
||||||
|
db_pl_fetch_byid(int id);
|
||||||
|
|
||||||
struct playlist_info *
|
struct playlist_info *
|
||||||
db_pl_fetch_bypath(const char *path);
|
db_pl_fetch_bypath(const char *path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user