[mpd] implement range support for 'delete' command

This commit is contained in:
chme
2015-11-22 12:04:35 +01:00
parent b007529678
commit b2d2e9286f
3 changed files with 69 additions and 19 deletions

View File

@@ -175,6 +175,9 @@ player_queue_move_byitemid(uint32_t item_id, int pos_to);
int
player_queue_remove_bypos(int pos);
int
player_queue_remove_byindex(int pos, int count);
int
player_queue_remove_byitemid(uint32_t id);