diff --git a/player/playloop.c b/player/playloop.c index 0622fca72b..a8965ba3d0 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -968,7 +968,7 @@ void run_playloop(struct MPContext *mpctx) mpctx->stop_play = PT_NEXT_ENTRY; mpctx->error_playing = true; handle_force_window(mpctx, true); - break; + return; // restart loop } if (r == VD_EOF) {