This commit is contained in:
mac12m99
2021-05-01 17:14:30 +02:00
parent 1614191d70
commit a2b148684d

View File

@@ -91,7 +91,7 @@ class SearchWindow(xbmcgui.WindowXML):
self.search_threads = []
if not thActions:
self.thActions = Thread(target=self.getActionsThread())
self.thActions = Thread(target=self.getActionsThread)
self.thActions.start()
else:
self.thActions = thActions