mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +00:00
0359e0f80a
before the people cache was never used, because the 'args' parameter in the 'self._people_cache.get(args)' call was a list/tuple object; but the people cache dictionary has only strings as keys -> so there were always database queries for the persons which slowed down the sync process also renamed 'args' to 'name', because basically a person gets searched only by its name (see queries.py) |
||
---|---|---|
.. | ||
kodi | ||
__init__.py | ||
actions.py | ||
movies.py | ||
music.py | ||
musicvideos.py | ||
obj.py | ||
obj_map.json | ||
tvshows.py | ||
utils.py |