From 0274446ebb57699b77c93d8dd3bb68f185a08105 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 9 Oct 2021 10:17:27 +0200 Subject: [PATCH] Probabile Fix Ricerca Globale --- specials/globalsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 40bc452c..29bccf05 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -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):