Update jellyfin_kodi/library.py

Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
mcarlton00 2020-08-18 14:01:23 -04:00 committed by GitHub
parent bbcc194018
commit a4f9db249d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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':