Don't warn user of OperationalErrors
This commit is contained in:
parent
59882a7be8
commit
940e41921f
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue