added support for the playqueueedit remove command

This commit is contained in:
chme
2014-04-19 08:35:07 +02:00
parent c3c2c421d2
commit 475a2f4e8f
3 changed files with 93 additions and 0 deletions

View File

@@ -148,6 +148,9 @@ player_queue_add(struct player_source *ps);
int
player_queue_move(int ps_pos_from, int ps_pos_to);
int
player_queue_remove(int ps_pos_remove);
void
player_queue_clear(void);