Less logging
This commit is contained in:
parent
f4681011b9
commit
ae15030bb5
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ class Artwork():
|
|||
(url,))
|
||||
cachedurl = cursor.fetchone()[0]
|
||||
except TypeError:
|
||||
LOG.debug("Could not find cached url.")
|
||||
# Could not find cached url
|
||||
pass
|
||||
else:
|
||||
# Delete thumbnail as well as the entry
|
||||
path = translatePath("special://thumbnails/%s" % cachedurl)
|
||||
|
|
Loading…
Reference in a new issue