Revert "restore normal speed when no subtitles is selected"

This reverts commit d873898409.
This commit is contained in:
zenyd 2017-10-01 00:00:33 +02:00
parent 781a42b664
commit 7556942813
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ function speed_transition(_, sub)
end
end
elseif state == 1 then
if sub ~= "" and sub ~= nil or not mp.get_property_native("sid") then
if sub ~= "" and sub ~= nil then
mp.unobserve_property(check_position)
restore_normalspeed()
state = 0