summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index f0d96bd509..3a280e1353 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3836,7 +3836,7 @@ int run_command(MPContext *mpctx, mp_cmd_t *cmd)
}
case MP_CMD_STOP:
- // Go back to the starting point.
+ playlist_clear(mpctx->playlist);
mpctx->stop_play = PT_STOP;
break;