added support for the playqueueedit add next command

This commit is contained in:
chme
2014-04-19 09:12:58 +02:00
parent 475a2f4e8f
commit 32c3b57fcd
3 changed files with 80 additions and 9 deletions

View File

@@ -145,6 +145,9 @@ player_queue_get(void);
int
player_queue_add(struct player_source *ps);
int
player_queue_add_next(struct player_source *ps);
int
player_queue_move(int ps_pos_from, int ps_pos_to);