QueueCommands: new command "rangeid"

Manipulates the playback range of a queued song.
This commit is contained in:
Max Kellermann
2014-07-12 03:00:01 +02:00
parent 5ca6e2910a
commit 751995ab95
7 changed files with 146 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ handle_add(Client &client, unsigned argc, char *argv[]);
CommandResult
handle_addid(Client &client, unsigned argc, char *argv[]);
CommandResult
handle_rangeid(Client &client, unsigned argc, char *argv[]);
CommandResult
handle_delete(Client &client, unsigned argc, char *argv[]);