This commit is contained in:
jxxghp 2023-06-11 06:51:50 +08:00 committed by GitHub
parent c0e1c2d854
commit f93fe3bb98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ class TheMovieDb(_ModuleBase):
if not meta:
return None
cache_info = self.cache.get(meta)
if not cache_info or cache_info.get('id') == 0:
if not cache_info:
# 缓存没有或者强制不使用缓存
if tmdbid:
# 直接查询详情