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()
return self
# Don't warn the user - ain't that bad
@CatchExceptions()
@CatchExceptions(warnuser=True)
def getfanart(self, item, kodiId, mediaType, allartworks=None):
"""
"""