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,))
|
(url,))
|
||||||
cachedurl = cursor.fetchone()[0]
|
cachedurl = cursor.fetchone()[0]
|
||||||
except TypeError:
|
except TypeError:
|
||||||
LOG.debug("Could not find cached url.")
|
# Could not find cached url
|
||||||
|
pass
|
||||||
else:
|
else:
|
||||||
# Delete thumbnail as well as the entry
|
# Delete thumbnail as well as the entry
|
||||||
path = translatePath("special://thumbnails/%s" % cachedurl)
|
path = translatePath("special://thumbnails/%s" % cachedurl)
|
||||||
|
|
Loading…
Reference in a new issue