summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-17 21:16:10 +0200
committerwm4 <wm4@nowhere>2015-05-17 21:16:10 +0200
commitf4c412a0578d7448640eb8000876196f51299f13 (patch)
tree2b5611d19088ef535f52cef46e0be2a80183f748 /input/cmd_list.h
parentaa78dff42b1dc6bbc6b6aa836e42341015ce164a (diff)
downloadmpv-f4c412a0578d7448640eb8000876196f51299f13.tar.bz2
mpv-f4c412a0578d7448640eb8000876196f51299f13.tar.xz
command: add playlist_shuffle command
Fixes #965.
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index e9418d4429..86f24f2edb 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -54,6 +54,7 @@ enum mp_command_type {
MP_CMD_PLAYLIST_CLEAR,
MP_CMD_PLAYLIST_REMOVE,
MP_CMD_PLAYLIST_MOVE,
+ MP_CMD_PLAYLIST_SHUFFLE,
MP_CMD_SUB_STEP,
MP_CMD_SUB_SEEK,
MP_CMD_TV_LAST_CHANNEL,