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 90b2484ccf..28c4c4f146 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1341,7 +1341,7 @@ goto_reopen_demuxer: ;
if (mpctx->opts->pause)
pause_player(mpctx, PAUSE_BY_COMMAND);
- mp_notify(mpctx, MPV_EVENT_PLAYBACK_START, NULL);
+ mp_notify(mpctx, MPV_EVENT_FILE_LOADED, NULL);
playback_start = mp_time_sec();
mpctx->error_playing = false;