mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 22:08:25 +00:00
[33] fix anidb caching
This commit is contained in:
parent
00103ef68c
commit
a27c8969f1
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop32
|
||||
1.17.3-develop33
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue