From ee453841dfa565ca3d68acc8e9d125bf181801f0 Mon Sep 17 00:00:00 2001 From: cikezhu <604054726@qq.com> Date: Fri, 5 Dec 2025 22:51:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9B=B4=E6=96=B0=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=80=8C=E4=BC=A0=E9=80=92=E6=97=A7=E7=9A=84=E7=A7=8D=E5=AD=90?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.v2/downloadsitetag/__init__.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/plugins.v2/downloadsitetag/__init__.py b/plugins.v2/downloadsitetag/__init__.py index dd843ff..1c00634 100644 --- a/plugins.v2/downloadsitetag/__init__.py +++ b/plugins.v2/downloadsitetag/__init__.py @@ -422,7 +422,7 @@ class DownloadSiteTag(_PluginBase): # 执行清理未使用标签 if self._enabled_del_tags: - self._del_unused_tags(service=service, torrents=torrents) + self._del_unused_tags(service=service) logger.info(f"{self.LOG_TAG}执行完成") @@ -931,8 +931,7 @@ class DownloadSiteTag(_PluginBase): 'props': { 'model': 'site_prefix', 'label': '站点标签前缀', - 'placeholder': 'PT:', - 'hint': '站点标签前缀,如:PT:,留空表示不使用前缀。设置前缀后会自动识别历史标签并更新' + 'placeholder': '留空表示不使用前缀,自动识别历史标签并更新', } } ] @@ -949,8 +948,7 @@ class DownloadSiteTag(_PluginBase): 'props': { 'model': 'media_prefix', 'label': '剧名标签前缀', - 'placeholder': 'NM:', - 'hint': '剧名标签前缀,如:NM:,留空表示不使用前缀。设置前缀后会自动识别历史标签并更新' + 'placeholder': '留空表示不使用前缀,自动识别历史标签并更新', } } ]