fix 更新标签而传递旧的种子列表

This commit is contained in:
cikezhu
2025-12-05 22:51:50 +08:00
parent 6768d2c244
commit ee453841df

View File

@@ -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': '留空表示不使用前缀,自动识别历史标签并更新',
}
}
]