From 9db243f9793eff96f33c4ec0c810f0c2c0083594 Mon Sep 17 00:00:00 2001 From: CKun <65990499+iamckun@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=A1=E9=AA=8C=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=96=B9=E6=B3=95=E8=B0=83=E7=94=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/iyuuautoseed/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.v2/iyuuautoseed/__init__.py b/plugins.v2/iyuuautoseed/__init__.py index 32340ae..d36da84 100644 --- a/plugins.v2/iyuuautoseed/__init__.py +++ b/plugins.v2/iyuuautoseed/__init__.py @@ -1128,9 +1128,9 @@ class IYUUAutoSeed(_PluginBase): else: # 开始校验种子 downloader_obj.recheck_torrents(ids=[download_id]) - self.add_torrent(service, download_id) + self.__add_recheck_torrents(service, download_id) else: - self.add_torrent(service, download_id) + self.__add_recheck_torrents(service, download_id) # 下载成功 logger.info(f"成功添加辅种下载,站点:{site_info.get('name')},种子链接:{torrent_url}") # 成功也加入缓存,有一些改了路径校验不通过的,手动删除后,下一次又会辅上 @@ -1420,4 +1420,4 @@ class IYUUAutoSeed(_PluginBase): self._sites = sites # 保存配置 - self.__update_config() \ No newline at end of file + self.__update_config()