show infobar when seeking with numbers in movie player
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index d343f83327ba6ef3fcc65437d48f8700f7241d86..2821f2c982caa49096493b7abfed77b78adc0d9f 100644 (file)
@@ -652,6 +652,7 @@ class InfoBarSeek:
                                if action[:5] == "seek:":
                                        time = int(action[5:])
                                        self.screen.seekRelative(time * 90000)
+                                       self.screen.doShow()
                                        return 1
                                else:
                                        return HelpableActionMap.action(self, contexts, action)