mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
added support for the playqueueedit move command
This commit is contained in:
@@ -145,6 +145,9 @@ player_queue_get(void);
|
||||
int
|
||||
player_queue_add(struct player_source *ps);
|
||||
|
||||
int
|
||||
player_queue_move(int ps_pos_from, int ps_pos_to);
|
||||
|
||||
void
|
||||
player_queue_clear(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user