summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.c')
-rw-r--r--input/cmd_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index e1c471a932..e7918f26d6 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -89,6 +89,7 @@ const struct mp_cmd_def mp_cmds[] = {
OARG_CHOICE(0, ({"weak", 0},
{"force", 1})),
}},
+ { MP_CMD_PLAYLIST_SHUFFLE, "playlist_shuffle", },
{ MP_CMD_SUB_STEP, "sub_step", { ARG_INT }, .allow_auto_repeat = true },
{ MP_CMD_SUB_SEEK, "sub_seek", { ARG_INT }, .allow_auto_repeat = true },
{ MP_CMD_OSD, "osd", { OARG_INT(-1) } },