summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-21 22:46:33 +0200
committerwm4 <wm4@nowhere>2014-08-21 22:46:33 +0200
commite2d27cded79f01f20f536140163f8a87076ec8e2 (patch)
tree19bc73baa4c219fff7909d82c69f5da8cd5248fe
parentc41fdfb4ef03025fa8f2dff4bf1da55667e8ab88 (diff)
downloadmpv-e2d27cded79f01f20f536140163f8a87076ec8e2.tar.bz2
mpv-e2d27cded79f01f20f536140163f8a87076ec8e2.tar.xz
osc: revert disabling use_suspend
It was an unintended/accidental change.
-rw-r--r--player/lua/osc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index abbec6229f..dafe9d2a6c 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1538,8 +1538,6 @@ function enable_osc(enable)
end
end
-mp.use_suspend=false
-
mp.register_event("tick", tick)
mp.register_event("start-file", request_init)
mp.register_event("tracks-changed", request_init)