Merge pull request #5569 from YuF-9468/fix-5567-match-season-episodes-call

This commit is contained in:
jxxghp
2026-03-12 21:53:46 +08:00
committed by GitHub

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