mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
@@ -65,7 +65,7 @@ class DirectoryHelper:
|
|||||||
dirs = self.get_dirs()
|
dirs = self.get_dirs()
|
||||||
# 按照配置顺序查找
|
# 按照配置顺序查找
|
||||||
for d in dirs:
|
for d in dirs:
|
||||||
if not d.download_path or not d.library_path:
|
if not d.download_path:
|
||||||
continue
|
continue
|
||||||
# 下载目录
|
# 下载目录
|
||||||
download_path = Path(d.download_path)
|
download_path = Path(d.download_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user