Update On Fri Jan 23 19:46:06 CET 2026

This commit is contained in:
github-action[bot]
2026-01-23 19:46:06 +01:00
parent c4142e353b
commit b1161ab7aa
62 changed files with 1532 additions and 960 deletions
@@ -60,7 +60,7 @@ end
local function non_file_check(file_path, header_content)
local remote_file_size = nil
local local_file_size = tonumber(fs.stat(file_path, "size")) or 0
local local_file_size = tonumber(fs.stat(file_path, "size") or 0)
if local_file_size == 0 then
log(2, api.i18n.translate("Downloaded file is empty or an error occurred while reading it."))
return true