From 751995ab95298bbc0afad6958bfccce535edf53c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 12 Jul 2014 03:00:01 +0200 Subject: QueueCommands: new command "rangeid" Manipulates the playback range of a queued song. --- src/command/AllCommands.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command/AllCommands.cxx') diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index 6143dacdf..d29950eeb 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -150,6 +150,7 @@ static const struct command commands[] = { { "prio", PERMISSION_CONTROL, 2, -1, handle_prio }, { "prioid", PERMISSION_CONTROL, 2, -1, handle_prioid }, { "random", PERMISSION_CONTROL, 1, 1, handle_random }, + { "rangeid", PERMISSION_ADD, 2, 2, handle_rangeid }, { "readcomments", PERMISSION_READ, 1, 1, handle_read_comments }, { "readmessages", PERMISSION_READ, 0, 0, handle_read_messages }, { "rename", PERMISSION_CONTROL, 2, 2, handle_rename }, -- cgit v1.2.3