fix: use application/octet-stream as default mime type, closes #36

This commit is contained in:
sxyazi
2024-11-28 00:40:19 +08:00
parent 38418ddc92
commit 2491a93e2c

View File

@@ -1074,6 +1074,8 @@ function M:fetch(job)
updates[tostring(file.url)] = mime
elseif opts.fallback_file1 then
unknown[#unknown + 1] = file
else
updates[tostring(file.url)] = "application/octet-stream"
end
end