This commit is contained in:
sxyazi 2025-11-30 14:42:36 +08:00
parent f427d7084e
commit 8140ba2a9b
No known key found for this signature in database

View file

@ -102,7 +102,7 @@ function M.placeholder(err, urls, paths)
end
local updates = {}
for i = 1, math.max(#urls, #paths) do
for i = 1, #paths do
updates[urls[i] or paths[i]] = "null/file1-not-found"
end