mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-09 18:06:35 +00:00
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) |
||
|---|---|---|
| .. | ||
| database | ||
| dialogs | ||
| entrypoint | ||
| helper | ||
| jellyfin | ||
| objects | ||
| __init__.py | ||
| client.py | ||
| connect.py | ||
| downloader.py | ||
| full_sync.py | ||
| library.py | ||
| monitor.py | ||
| player.py | ||
| views.py | ||