mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 18:45:25 +00:00
osc: fix use of deprecated idle property
Fixes regression since 7201fd7d
This commit is contained in:
parent
585c5c34f1
commit
ebd9ce9fca
@ -2213,7 +2213,7 @@ mp.observe_property("fullscreen", "bool",
|
|||||||
request_init()
|
request_init()
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
mp.observe_property("idle", "bool",
|
mp.observe_property("idle-active", "bool",
|
||||||
function(name, val)
|
function(name, val)
|
||||||
state.idle = val
|
state.idle = val
|
||||||
tick()
|
tick()
|
||||||
|
Loading…
Reference in New Issue
Block a user