summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index b211eea69d..ecc9f09275 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -834,7 +834,7 @@ typedef enum mpv_event_id {
MPV_EVENT_METADATA_UPDATE = 19,
/**
* Happens when a seek was initiated. Playback stops. Usually it will
- * resume with MPV_EVENT_PLAYBACK_START as soon as the seek is finished.
+ * resume with MPV_EVENT_PLAYBACK_RESTART as soon as the seek is finished.
*/
MPV_EVENT_SEEK = 20,
/**