This commit is contained in:
sxyazi 2025-09-25 21:17:32 +08:00
parent 5161506f76
commit d6866c401b
No known key found for this signature in database

View file

@ -63,7 +63,7 @@ function M:fetch(job)
match, ignore = match_mimetype(line)
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)
elseif ignore then
goto continue