fix(u115): download directory concatenation error

fix: https://github.com/jxxghp/MoviePilot/issues/5429
This commit is contained in:
DDSRem
2026-02-22 12:22:58 +08:00
parent d2c023081a
commit 8c62df63cc

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