From 940e41921f1fa7d5b6619fb7f39aeab798896507 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 11 Sep 2016 13:52:14 +0200 Subject: [PATCH] Don't warn user of OperationalErrors --- resources/lib/itemtypes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index 170ddf5f..fbfd4297 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -65,7 +65,8 @@ class Items(object): self.kodiconn.close() return self - @CatchExceptions(warnuser=True) + # Don't warn the user - ain't that bad + @CatchExceptions() def getfanart(self, item, kodiId, mediaType, allartworks=None): """ """