style: fix formatting

This commit is contained in:
leson207 2026-04-05 22:21:34 +07:00
parent 39aaeb02e2
commit e2fb3c425c

View file

@ -58,8 +58,8 @@ function M:preload(job)
if percent ~= 0 then
cmd:arg { "-ss", math.floor(meta.format.duration * percent / 100) }
else
cmd:arg { "-skip_frame", "nokey" }
else
cmd:arg { "-skip_frame", "nokey" }
end
cmd:arg { "-i", tostring(job.file.path) }