mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
command: fix current-tracks property notification
Also for track-list, because it contains the "selected" flag.
This commit is contained in:
parent
1dac111268
commit
dec98ad00e
@ -3633,6 +3633,7 @@ static const char *const *const mp_event_property_change[] = {
|
||||
E(MPV_EVENT_FILE_LOADED, "*"),
|
||||
E(MP_EVENT_CHANGE_ALL, "*"),
|
||||
E(MPV_EVENT_TRACKS_CHANGED, "track-list", "current-tracks"),
|
||||
E(MPV_EVENT_TRACK_SWITCHED, "track-list", "current-tracks"),
|
||||
E(MPV_EVENT_IDLE, "*"),
|
||||
E(MPV_EVENT_TICK, "time-pos", "audio-pts", "stream-pos", "avsync",
|
||||
"percent-pos", "time-remaining", "playtime-remaining", "playback-time",
|
||||
|
Loading…
Reference in New Issue
Block a user