mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-14 22:17:27 +08:00
下载流程中get_dir()添加storage="local"入参
This commit is contained in:
@@ -256,7 +256,7 @@ class DownloadChain(ChainBase):
|
||||
download_dir = Path(save_path)
|
||||
else:
|
||||
# 根据媒体信息查询下载目录配置
|
||||
dir_info = self.directoryhelper.get_dir(_media)
|
||||
dir_info = self.directoryhelper.get_dir(_media, storage="local")
|
||||
# 拼装子目录
|
||||
if dir_info:
|
||||
# 一级目录
|
||||
|
||||
Reference in New Issue
Block a user