mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix(u115): download directory concatenation error
fix: https://github.com/jxxghp/MoviePilot/issues/5429
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user