From 345b74d8811c977c207709254e96a451600f3451 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 10 Sep 2023 18:41:04 +0800 Subject: [PATCH] fix #538 --- app/modules/themoviedb/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/modules/themoviedb/__init__.py b/app/modules/themoviedb/__init__.py index 85359b4a..953a032d 100644 --- a/app/modules/themoviedb/__init__.py +++ b/app/modules/themoviedb/__init__.py @@ -74,8 +74,8 @@ class TheMovieDbModule(_ModuleBase): mtype=meta.type, season_year=meta.year, season_number=meta.begin_season) - if meta.year: - # 非严格模式下去掉年份再查一次 + if not info: + # 去掉年份再查一次 info = self.tmdb.match(name=meta.name, mtype=meta.type) else: