diff options
author | Max Kellermann <max@duempel.org> | 2014-07-12 03:00:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-12 18:55:41 +0200 |
commit | 751995ab95298bbc0afad6958bfccce535edf53c (patch) | |
tree | 29e8b8d35536e98fc503963d86260d74a872db91 /src/command/QueueCommands.hxx | |
parent | 5ca6e2910ae0a8a2d1fa7b16f56130d533251ff9 (diff) | |
download | mpd-751995ab95298bbc0afad6958bfccce535edf53c.tar.gz mpd-751995ab95298bbc0afad6958bfccce535edf53c.tar.xz mpd-751995ab95298bbc0afad6958bfccce535edf53c.zip |
QueueCommands: new command "rangeid"
Manipulates the playback range of a queued song.
Diffstat (limited to 'src/command/QueueCommands.hxx')
-rw-r--r-- | src/command/QueueCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/QueueCommands.hxx b/src/command/QueueCommands.hxx index ece543cfd..f98f7bad2 100644 --- a/src/command/QueueCommands.hxx +++ b/src/command/QueueCommands.hxx @@ -31,6 +31,9 @@ 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[]); CommandResult |