don't need to check for pause anymore

This commit is contained in:
bitingsock 2017-09-26 23:09:33 -07:00 committed by GitHub
parent ee74cfd233
commit 816d82da22
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ function toggle()
enable = not enable
end
mp.observe_property("pause", "native", pause)
mp.add_key_binding("ctrl+j", "toggle_speedtrans", toggle)
mp.add_key_binding("alt+j", "toggle_sub_visibility", toggle_sub_visibility)
mp.add_key_binding("alt++", "increase_speedup", function() change_speedup(0.1) end)