Quit ProcessFanartThread quicker
This commit is contained in:
parent
2fbdd54324
commit
bcb3b49507
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class ProcessFanartThread(Thread):
|
|||
if threadStopped():
|
||||
# Abort was requested while waiting. We should exit
|
||||
log.debug('Fanart thread terminated while suspended')
|
||||
break
|
||||
return
|
||||
xbmc.sleep(1000)
|
||||
# grabs Plex item from queue
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue