summaryrefslogtreecommitdiffstats
path: root/player/lua/osc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/osc.lua')
-rw-r--r--player/lua/osc.lua11
1 files changed, 3 insertions, 8 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index cf6ce3449e..d19bfd7d78 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1257,14 +1257,9 @@ function tick()
end
end
-function mp_event(name, arg)
- if name == "tick" then
- tick()
- elseif name == "start" or name == "track-layout" then
- request_init()
- elseif name == "end" then
- end
-end
+mp.register_event("tick", tick)
+mp.register_event("start-file", request_init)
+mp.register_event("tracks-changed", request_init)
-- mouse show/hide bindings
mp.set_key_bindings({