mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[db] New function to add a media file info as a new queue item
This commit is contained in:
3
src/db.h
3
src/db.h
@@ -704,6 +704,9 @@ db_queue_add_by_playlistid(int plid, char reshuffle, uint32_t item_id);
|
||||
int
|
||||
db_queue_add_by_fileid(int id, char reshuffle, uint32_t item_id);
|
||||
|
||||
int
|
||||
db_queue_add_item(struct db_queue_item *queue_item, char reshuffle, uint32_t item_id);
|
||||
|
||||
int
|
||||
db_queue_enum_start(struct query_params *query_params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user