mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Update jellyfin_kodi/library.py
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
bbcc194018
commit
a4f9db249d
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ class UpdateWorker(threading.Thread):
|
|||
|
||||
default_args = (self.server, jellyfindb, kodidb, self.direct_path)
|
||||
try:
|
||||
LOG.info('{} - {}'.format(item['Type'], item['Name']))
|
||||
LOG.debug('{} - {}'.format(item['Type'], item['Name']))
|
||||
if item['Type'] == 'Movie':
|
||||
Movies(*default_args).movie(item)
|
||||
elif item['Type'] == 'BoxSet':
|
||||
|
|
Loading…
Reference in a new issue