Fix previous commit 2c75a7ba1e

This commit is contained in:
zenyd 2017-09-28 20:10:01 +02:00
parent 2c75a7ba1e
commit 586734094e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ end
function check_position(_, position)
if position then
if nextsub ~= 0 and nextsub <= leadin then
if nextsub ~= 0 and position >= (mark+nextsub-leadin) then
restore_normalspeed()
mp.unobserve_property(check_position)
elseif nextsub == 0 and position >= (mark+set_timeout()) then