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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 96e9d91f16..88e5b78f91 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -255,6 +255,8 @@ static bool is_abort_cmd(int cmd_id)
{
switch (cmd_id) {
case MP_CMD_QUIT:
+ case MP_CMD_QUIT_WATCH_LATER:
+ case MP_CMD_STOP:
case MP_CMD_PLAYLIST_NEXT:
case MP_CMD_PLAYLIST_PREV:
return true;