mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix search
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ class SearchChain(ChainBase):
|
|||||||
# 识别
|
# 识别
|
||||||
torrent_meta = MetaInfo(title=title, subtitle=subtitle)
|
torrent_meta = MetaInfo(title=title, subtitle=subtitle)
|
||||||
# 比对年份
|
# 比对年份
|
||||||
if torrent_meta.year and mediainfo.year:
|
if mediainfo.year:
|
||||||
if mediainfo.type == MediaType.TV:
|
if mediainfo.type == MediaType.TV:
|
||||||
# 剧集
|
# 剧集
|
||||||
if torrent_meta.year not in [year for year in mediainfo.season_years.values()]:
|
if torrent_meta.year not in [year for year in mediainfo.season_years.values()]:
|
||||||
|
|||||||
Reference in New Issue
Block a user