mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-22 07:16:44 +00:00
fix
This commit is contained in:
@@ -268,7 +268,7 @@ class FileSoftLink(_PluginBase):
|
||||
# 定向上级文件夹
|
||||
if str(parent_dir) in str(src_path):
|
||||
src_name = Path(src_path).name
|
||||
if str(src_name) == str(args):
|
||||
if str(src_name) in str(args):
|
||||
logger.info(f"开始定向处理文件夹 ...{src_path}")
|
||||
for sroot, sdirs, sfiles in os.walk(src_path):
|
||||
for file_name in sdirs + sfiles:
|
||||
|
||||
Reference in New Issue
Block a user