From 6eacf46f3d3a7089707c5ed0d80ba1d6af95304c Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 7 Aug 2023 17:22:21 +0800 Subject: [PATCH] fix --- app/plugins/nastoolsync/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/plugins/nastoolsync/__init__.py b/app/plugins/nastoolsync/__init__.py index 1072bec2..ee3ab8f1 100644 --- a/app/plugins/nastoolsync/__init__.py +++ b/app/plugins/nastoolsync/__init__.py @@ -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")