Fix Ricerca globale

This commit is contained in:
Alhaziel01
2021-10-21 11:43:54 +02:00
parent 638180d4e9
commit 00d5da1083

View File

@@ -150,7 +150,7 @@ class SearchWindow(xbmcgui.WindowXML):
if not self.thActions.is_alive():
return
time.sleep(0.1)
yield self.searchActions[lastLen]
yield self.searchActions[lastLen - 1]
lastLen = len(self.searchActions)
def select(self):