Fix Chiusura Globalsearch
This commit is contained in:
@@ -740,7 +740,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
|
|
||||||
def Close(self):
|
def Close(self):
|
||||||
self.exit = True
|
self.exit = True
|
||||||
if self.thread:
|
if self.thread and self.thread.is_alive():
|
||||||
busy(True)
|
busy(True)
|
||||||
for th in self.search_threads:
|
for th in self.search_threads:
|
||||||
th.cancel()
|
th.cancel()
|
||||||
|
|||||||
Reference in New Issue
Block a user