Merge pull request #5503 from DDSRem-Dev/fix_u115

This commit is contained in:
jxxghp
2026-02-22 13:00:16 +08:00
committed by GitHub

View File

@@ -763,7 +763,7 @@ class U115Pan(StorageBase, metaclass=WeakSingleton):
logger.error(f"【115】下载链接为空: {fileitem.name}")
return None
local_path = path or settings.TEMP_PATH / fileitem.name
local_path = (path or settings.TEMP_PATH) / fileitem.name
# 获取文件大小
file_size = detail.size