Merge pull request #117 from developer-wlj/wlj0807

This commit is contained in:
jxxghp 2023-08-14 19:20:12 +08:00 committed by GitHub
commit 7d66d7dbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -676,7 +676,7 @@ class BestFilmVersion(_PluginBase):
# 读取缓存
caches = self._cache_path.read_text().split("\n") if self._cache_path.exists() else []
# 检查缓存
if mediainfo.title in caches:
if data.item_name in caches:
return
# 读取历史记录
history = self.get_data('history') or []