diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 29bccf05..ac4902d9 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -145,6 +145,7 @@ class SearchWindow(xbmcgui.WindowXML): # wait and return as getActionsThread load lastLen = len(self.searchActions) + logger.debug('LAST LEN:', lastLen, len(self.searchActions)) while self.thActions.is_alive(): while len(self.searchActions) == lastLen: if not self.thActions.is_alive():