mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
style: fix formatting
This commit is contained in:
parent
39aaeb02e2
commit
e2fb3c425c
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ function M:preload(job)
|
||||||
|
|
||||||
if percent ~= 0 then
|
if percent ~= 0 then
|
||||||
cmd:arg { "-ss", math.floor(meta.format.duration * percent / 100) }
|
cmd:arg { "-ss", math.floor(meta.format.duration * percent / 100) }
|
||||||
else
|
else
|
||||||
cmd:arg { "-skip_frame", "nokey" }
|
cmd:arg { "-skip_frame", "nokey" }
|
||||||
end
|
end
|
||||||
|
|
||||||
cmd:arg { "-i", tostring(job.file.path) }
|
cmd:arg { "-i", tostring(job.file.path) }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue