ProcessMetadata thread: sleep now unnecessary
This commit is contained in:
parent
dc96dc533a
commit
98f52d3b5e
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue