mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-08 00:32:29 -05:00
[player] Add player_playback_start_byid() function, will be needed for pipe input
This commit is contained in:
@@ -92,6 +92,9 @@ player_playback_start(void);
|
||||
int
|
||||
player_playback_start_byitem(struct db_queue_item *queue_item);
|
||||
|
||||
int
|
||||
player_playback_start_byid(uint32_t id);
|
||||
|
||||
int
|
||||
player_playback_stop(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user