Do warn user

This commit is contained in:
tomkat83 2016-09-11 17:31:38 +02:00
parent 61a2457a1d
commit 9c46757b42

View file

@ -65,8 +65,7 @@ class Items(object):
self.kodiconn.close() self.kodiconn.close()
return self return self
# Don't warn the user - ain't that bad @CatchExceptions(warnuser=True)
@CatchExceptions()
def getfanart(self, item, kodiId, mediaType, allartworks=None): def getfanart(self, item, kodiId, mediaType, allartworks=None):
""" """
""" """