From 11557ed5e49ce1428ee87a59439688e5a2ee0811 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Sat, 30 Jan 2021 18:27:04 +0100 Subject: [PATCH] typo --- specials/globalsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specials/globalsearch.py b/specials/globalsearch.py index 3dad2a2b..ab7ad77f 100644 --- a/specials/globalsearch.py +++ b/specials/globalsearch.py @@ -700,7 +700,7 @@ class SearchWindow(xbmcgui.WindowXML): else: self.Focus(SEARCH) self.setFocusId(RESULTS) - self.RESULTS.selectItem(self.epos) + self.RESULTS.selectItem(self.pos) elif self.EPISODES.isVisible(): self.episodes = [] self.Focus(SEARCH)