From 4758866a1821efb6fa022b7bde45fabbe6cbdd58 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 10 Oct 2014 15:13:04 +0200 Subject: player: minor simplification --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') 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; -- cgit v1.2.3