aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index db77bec8..9fd676e9 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -667,8 +667,8 @@ class InfoBarSeek:
self.__seekableStatusChanged()
def showAfterSeek(self):
- if isinstance(self.screen, InfoBarShowHide):
- self.screen.doShow()
+ if isinstance(self, InfoBarShowHide):
+ self.doShow()
def up(self):
pass