Quit ProcessFanartThread quicker

This commit is contained in:
tomkat83 2016-09-11 10:14:29 +02:00
parent 2fbdd54324
commit bcb3b49507

View file

@ -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: