mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
Merge pull request #5569 from YuF-9468/fix-5567-match-season-episodes-call
This commit is contained in:
@@ -280,7 +280,7 @@ class SearchChain(ChainBase):
|
|||||||
logger.info(f"种子名称应用识别词后发生改变:{torrent.title} => {torrent_meta.org_string}")
|
logger.info(f"种子名称应用识别词后发生改变:{torrent.title} => {torrent_meta.org_string}")
|
||||||
# 季集数过滤
|
# 季集数过滤
|
||||||
if season_episodes \
|
if season_episodes \
|
||||||
and not torrenthelper.match_season_episodes(torrent=torrent,
|
and not TorrentHelper.match_season_episodes(torrent=torrent,
|
||||||
meta=torrent_meta,
|
meta=torrent_meta,
|
||||||
season_episodes=season_episodes):
|
season_episodes=season_episodes):
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user