mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix #3674
This commit is contained in:
@@ -368,10 +368,7 @@ class FileManagerModule(_ModuleBase):
|
|||||||
# 覆盖模式
|
# 覆盖模式
|
||||||
overwrite_mode = target_directory.overwrite_mode
|
overwrite_mode = target_directory.overwrite_mode
|
||||||
# 是否需要刮削
|
# 是否需要刮削
|
||||||
if scrape is None:
|
need_scrape = scrape or target_directory.scraping
|
||||||
need_scrape = target_directory.scraping
|
|
||||||
else:
|
|
||||||
need_scrape = scrape
|
|
||||||
# 目标存储类型
|
# 目标存储类型
|
||||||
if not target_storage:
|
if not target_storage:
|
||||||
target_storage = target_directory.library_storage
|
target_storage = target_directory.library_storage
|
||||||
|
|||||||
Reference in New Issue
Block a user