summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 92018135e7..549aacc8de 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1019,6 +1019,7 @@ static void play_current_file(struct MPContext *mpctx)
stream_enable_cache(&mpctx->stream, &opts->stream_cache);
+ mp_notify(mpctx, MP_EVENT_CHANGE_ALL, NULL);
mp_process_input(mpctx);
if (mpctx->stop_play)
goto terminate_playback;