From 9351489166a6904b4f37155e0f34095d2421f699 Mon Sep 17 00:00:00 2001 From: thsrite Date: Mon, 11 Mar 2024 16:34:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8D=E6=9F=A5=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E5=AA=92=E4=BD=93=E4=BF=A1=E6=81=AF=E4=B9=9F?= =?UTF-8?q?=E5=BA=94=E6=9B=B4=E6=96=B0=E6=9C=80=E6=96=B0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=88=B0=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/themoviedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/themoviedb/__init__.py b/app/modules/themoviedb/__init__.py index 86cb5e2f..307c69ae 100644 --- a/app/modules/themoviedb/__init__.py +++ b/app/modules/themoviedb/__init__.py @@ -132,7 +132,7 @@ class TheMovieDbModule(_ModuleBase): logger.error("识别媒体信息时未提供元数据或tmdbid") return None # 保存到缓存 - if meta and cache: + if meta: self.cache.update(meta, info) else: # 使用缓存信息