Don't warn user of OperationalErrors

This commit is contained in:
tomkat83 2016-09-11 13:52:14 +02:00
parent 59882a7be8
commit 940e41921f

View file

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