Enable notify for crashes for fanart
This commit is contained in:
parent
d0d6798bb1
commit
4cbad1f1f7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class FanartThread(backgroundthread.KillableThread):
|
|||
try:
|
||||
self._run_internal()
|
||||
except:
|
||||
utils.ERROR()
|
||||
utils.ERROR(notify=True)
|
||||
|
||||
def _run_internal(self):
|
||||
LOG.info('Starting FanartThread')
|
||||
|
|
Loading…
Reference in a new issue