fix 路径替换

This commit is contained in:
thsrite
2023-09-05 16:20:42 +08:00
parent 351513bcbc
commit 03d9bf6d05
2 changed files with 9 additions and 8 deletions

View File

@ -387,7 +387,7 @@ class NAStoolSync(_PluginBase):
mdest = mdest.replace(sub_paths[0], sub_paths[1]).replace('\\', '/')
# 存库
self._transferhistory.add_force(
self._transferhistory.add(
src=msrc,
dest=mdest,
mode=mmode,