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