aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index ed193f38..e98ebbae 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -51,7 +51,8 @@ class InfoBar(Screen):
})
# self["okbutton"] = Button("mainMenu", [self.mainMenu])
- self["CurrentTime"] = ServicePosition(self.session.nav, ServicePosition.TYPE_REMAINING)
+ self["CurrentTime"] = Clock()
+ # ServicePosition(self.session.nav, ServicePosition.TYPE_REMAINING)
# Clock()
self["Volume"] = self.volumeBar