fix(search): call match_season_episodes via class to avoid bound-arg conflict

This commit is contained in:
YuF-9468
2026-03-12 09:27:31 +08:00
parent 3be29f36a7
commit 591aa990a6

View File

@@ -280,7 +280,7 @@ class SearchChain(ChainBase):
logger.info(f"种子名称应用识别词后发生改变:{torrent.title} => {torrent_meta.org_string}")
# 季集数过滤
if season_episodes \
and not torrenthelper.match_season_episodes(torrent=torrent,
and not TorrentHelper.match_season_episodes(torrent=torrent,
meta=torrent_meta,
season_episodes=season_episodes):
continue