Merge pull request #1662 from thsrite/main

This commit is contained in:
jxxghp 2024-03-11 16:36:19 +08:00 committed by GitHub
commit 17adc4deab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ class TheMovieDbModule(_ModuleBase):
logger.error("识别媒体信息时未提供元数据或tmdbid")
return None
# 保存到缓存
if meta and cache:
if meta:
self.cache.update(meta, info)
else:
# 使用缓存信息