mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix #2185
This commit is contained in:
@@ -120,7 +120,7 @@ class FileTransferModule(_ModuleBase):
|
|||||||
target = self.__get_dest_dir(mediainfo=mediainfo, target_dir=dir_info)
|
target = self.__get_dest_dir(mediainfo=mediainfo, target_dir=dir_info)
|
||||||
elif target:
|
elif target:
|
||||||
# 自定义目标路径
|
# 自定义目标路径
|
||||||
need_scrape = False
|
need_scrape = scrape or False
|
||||||
else:
|
else:
|
||||||
# 未找到有效的媒体库目录
|
# 未找到有效的媒体库目录
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user