summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 5b04451667..d1b77743e6 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1313,7 +1313,7 @@ void mp_play_files(struct MPContext *mpctx)
mpctx->playlist->current_was_replaced = false;
mpctx->stop_play = 0;
- if (!mpctx->playlist->current && !mpctx->opts->player_idle_mode)
+ if (!mpctx->playlist->current && mpctx->opts->player_idle_mode < 2)
break;
}
}