From ae15030bb57205168556b768b38ca5d55b121de5 Mon Sep 17 00:00:00 2001 From: croneter Date: Wed, 28 Feb 2018 17:42:21 +0100 Subject: [PATCH] Less logging --- resources/lib/artwork.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 9c708f22..4435eca5 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -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)