[33] fix anidb caching

This commit is contained in:
meisnate12 2022-09-20 08:04:49 -04:00
parent 00103ef68c
commit a27c8969f1
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.17.3-develop32
1.17.3-develop33

View file

@ -172,7 +172,7 @@ class AniDB:
self._delay = time.time()
obj = AniDBObj(self, anidb_id, anidb_dict)
if self.config.Cache and not ignore_cache:
self.config.Cache.update_mdb(expired, anidb_id, obj, self.expiration)
self.config.Cache.update_anidb(expired, anidb_id, obj, self.expiration)
return obj
def get_anidb_ids(self, method, data):