mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix 更新标签而传递旧的种子列表
This commit is contained in:
@@ -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': '留空表示不使用前缀,自动识别历史标签并更新',
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user