diff --git a/speed-transition.lua b/speed-transition.lua index fc59c85..4e78d36 100644 --- a/speed-transition.lua +++ b/speed-transition.lua @@ -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