mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-07 08:12:38 -05:00
[mpd] implement range support for 'delete' command
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user