Fix Chiusura Globalsearch

This commit is contained in:
Alhaziel01
2022-10-25 19:15:50 +02:00
parent 84951a6801
commit b11fb3dec3
+1 -1
View File
@@ -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()