mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
5161506f76
commit
d6866c401b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ function M:fetch(job)
|
||||||
|
|
||||||
match, ignore = match_mimetype(line)
|
match, ignore = match_mimetype(line)
|
||||||
if match then
|
if match then
|
||||||
updates[paths[i]], state[i], i = match, true, i + 1
|
updates[origins[i] or paths[i]], state[i], i = match, true, i + 1
|
||||||
flush(false)
|
flush(false)
|
||||||
elseif ignore then
|
elseif ignore then
|
||||||
goto continue
|
goto continue
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue