mirror of
https://github.com/mpv-player/mpv
synced 2025-03-06 22:28:01 +00:00
command: fix property notification for cache-buffering-state
This commit is contained in:
parent
46a3165cde
commit
a888f08b78
@ -3820,7 +3820,7 @@ static const char *const *const mp_event_property_change[] = {
|
||||
E(MPV_EVENT_CHAPTER_CHANGE, "chapter", "chapter-metadata"),
|
||||
E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",
|
||||
"demuxer-cache-duration", "demuxer-cache-idle", "paused-for-cache",
|
||||
"demuxer-cache-time"),
|
||||
"demuxer-cache-time", "cache-buffering-state"),
|
||||
E(MP_EVENT_WIN_RESIZE, "window-scale", "osd-width", "osd-height", "osd-par"),
|
||||
E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps", "fullscreen"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user