mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +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()
|
||||
end
|
||||
)
|
||||
mp.observe_property("idle", "bool",
|
||||
mp.observe_property("idle-active", "bool",
|
||||
function(name, val)
|
||||
state.idle = val
|
||||
tick()
|
||||
|
Loading…
Reference in New Issue
Block a user