ops
This commit is contained in:
@@ -91,7 +91,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
self.search_threads = []
|
self.search_threads = []
|
||||||
|
|
||||||
if not thActions:
|
if not thActions:
|
||||||
self.thActions = Thread(target=self.getActionsThread())
|
self.thActions = Thread(target=self.getActionsThread)
|
||||||
self.thActions.start()
|
self.thActions.start()
|
||||||
else:
|
else:
|
||||||
self.thActions = thActions
|
self.thActions = thActions
|
||||||
|
|||||||
Reference in New Issue
Block a user