Less logging
This commit is contained in:
parent
f32d1dde0f
commit
85c5e15b91
1 changed files with 0 additions and 2 deletions
|
@ -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 (?, ?, ?, ?)
|
||||
|
|
Loading…
Reference in a new issue