jellyfin-kodi/jellyfin_kodi/objects
mammo0 0359e0f80a fixed 'args' beiing provided as list for dict.get() method
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)
2021-04-19 18:07:03 +02:00
..
kodi fixed 'args' beiing provided as list for dict.get() method 2021-04-19 18:07:03 +02:00
__init__.py Initial work on Kodi 19 (and Python 3) support 2020-01-04 03:32:30 +01:00
actions.py Missing import 2021-01-23 22:20:34 -05:00
movies.py Merge pull request #366 from oddstr13/pr-json-filter-1 2020-08-21 17:43:52 -04:00
music.py Fix capitalization of variable 2021-03-15 23:42:11 -04:00
musicvideos.py Refactor where the ancestor check takes place 2020-08-15 00:02:00 -04:00
obj.py Removed sonarqube issues tagged clumsy 2020-08-02 15:46:32 +01:00
obj_map.json Fix linting, flake8 and sonarcloud issues 2020-04-19 12:07:55 +02:00
tvshows.py Flake8 linting 2020-09-27 04:20:24 +02:00
utils.py Get the logger from a central place 2020-04-19 03:21:40 +02:00