ProcessMetadata thread: sleep now unnecessary

This commit is contained in:
tomkat83 2016-04-13 12:23:36 +02:00
parent dc96dc533a
commit 98f52d3b5e

View file

@ -190,8 +190,6 @@ class ThreadedProcessMetadata(Thread):
# signals to queue job is done
queue.task_done()
# Empty queue in case PKC was shut down (main thread hangs otherwise)
# Sleep, just in case the other threads throw another xml
xbmc.sleep(1000)
self.terminateNow()
self.logMsg('Processing thread terminated', 2)