Less logging

This commit is contained in:
croneter 2018-11-03 17:10:14 +01:00
parent f32d1dde0f
commit 85c5e15b91

View file

@ -255,8 +255,6 @@ class Artwork():
old_url = cursor.fetchone()[0]
except TypeError:
# Add the artwork
LOG.debug('Adding Art Link for %s kodi_id %s, kodi_type %s: %s',
kodi_art, kodi_id, kodi_type, url)
query = '''
INSERT INTO art(media_id, media_type, type, url)
VALUES (?, ?, ?, ?)