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, 2 insertions, 0 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index b81da983f8..d673a176c2 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1332,6 +1332,8 @@ goto_reopen_demuxer: ;
if (mpctx->opts->pause)
pause_player(mpctx);
+ mp_notify(mpctx, MP_EVENT_PLAYBACK_START, NULL);
+
playback_start = mp_time_sec();
mpctx->error_playing = false;
while (!mpctx->stop_play)