This commit is contained in:
thsrite 2023-08-07 17:22:21 +08:00
parent 76849e11ca
commit 6eacf46f3d

View File

@ -76,6 +76,9 @@ class NAStoolSync(_PluginBase):
mdownload_hash = history[11]
mdate = history[12]
if not msrc or not mdest:
continue
# 处理路径映射
if self._path:
paths = self._path.split("\n")