diff --git a/player/command.c b/player/command.c index 6bb811dfd5..fe0f96aba7 100644 --- a/player/command.c +++ b/player/command.c @@ -3697,8 +3697,8 @@ static const char *const *const mp_event_property_change[] = { "samplerate", "channels", "audio", "volume", "mute", "balance", "volume-restore-data", "current-ao", "audio-codec-name", "audio-params", "audio-out-params"), - E(MPV_EVENT_SEEK, "seeking", "core-idle"), - E(MPV_EVENT_PLAYBACK_RESTART, "seeking", "core-idle"), + E(MPV_EVENT_SEEK, "seeking", "core-idle", "eof-reached"), + E(MPV_EVENT_PLAYBACK_RESTART, "seeking", "core-idle", "eof-reached"), E(MPV_EVENT_METADATA_UPDATE, "metadata", "filtered-metadata", "media-title"), E(MPV_EVENT_CHAPTER_CHANGE, "chapter", "chapter-metadata"), E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",