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()
|
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):
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue