From 331a19be2316b814e8884273f73fd1c8a8fc6900 Mon Sep 17 00:00:00 2001 From: Doubly <1286398734@qq.com> Date: Mon, 28 Oct 2024 18:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E5=89=A7?= =?UTF-8?q?=E9=9B=86=E8=BE=85=E7=A7=8D=E5=A4=B1=E8=B4=A5=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- plugins/mediasyncdel/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index af3d821..2ba4e87 100644 --- a/package.json +++ b/package.json @@ -154,11 +154,12 @@ "name": "媒体文件同步删除", "description": "同步删除历史记录、源文件和下载任务。", "labels": "文件整理", - "version": "1.7", + "version": "1.7.1", "icon": "mediasyncdel.png", "author": "thsrite", "level": 1, "history": { + "v1.7.1": "修复删除剧集辅种失败报错问题", "v1.7": "修复重新整理被一并删除问题", "v1.6": "修复删除辅种", "v1.5": "支持手动删除订阅历史记录(本次更新之后的历史)" diff --git a/plugins/mediasyncdel/__init__.py b/plugins/mediasyncdel/__init__.py index 41cb858..1bd42e6 100644 --- a/plugins/mediasyncdel/__init__.py +++ b/plugins/mediasyncdel/__init__.py @@ -29,7 +29,7 @@ class MediaSyncDel(_PluginBase): # 插件图标 plugin_icon = "mediasyncdel.png" # 插件版本 - plugin_version = "1.7" + plugin_version = "1.7.1" # 插件作者 plugin_author = "thsrite" # 作者主页 @@ -1324,7 +1324,7 @@ class MediaSyncDel(_PluginBase): downloader=downloader) # 暂停辅种 else: - self.chain.stop_torrents(hashs=torrent, download=downloader) + self.chain.stop_torrents(hashs=torrent, downloader=downloader) logger.info(f"辅种:{downloader} - {torrent} 暂停") # 处理辅种的辅种