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():
|
if threadStopped():
|
||||||
# Abort was requested while waiting. We should exit
|
# Abort was requested while waiting. We should exit
|
||||||
log.debug('Fanart thread terminated while suspended')
|
log.debug('Fanart thread terminated while suspended')
|
||||||
break
|
return
|
||||||
xbmc.sleep(1000)
|
xbmc.sleep(1000)
|
||||||
# grabs Plex item from queue
|
# grabs Plex item from queue
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue