Probabile Fix Ricerca Globale

This commit is contained in:
Alhaziel01
2021-10-09 10:17:27 +02:00
parent 74ed9e24dc
commit 0274446ebb

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):