Do warn user
This commit is contained in:
parent
61a2457a1d
commit
9c46757b42
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
"""
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue