aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-15 05:05:10 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-15 05:05:10 +0000
commit5afad4d245b01ace049a893286129160613f1745 (patch)
tree86328ec7caf2c54fd9e49502c53417b6c0a19a32 /lib/python
parentb798eda0c349de892b15ad4b37f0a4e5533d4e8a (diff)
downloadenigma2-5afad4d245b01ace049a893286129160613f1745.tar.gz
enigma2-5afad4d245b01ace049a893286129160613f1745.zip
User ServicePosition display in MoviePlayer
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index 2dcef59f..221b3375 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -57,8 +57,7 @@ class MoviePlayer(Screen, InfoBarVolumeControl, InfoBarShowHide, InfoBarPowerKey
for x in InfoBarVolumeControl, InfoBarShowHide, InfoBarPowerKey, InfoBarMenu, InfoBarServiceName, InfoBarPVR, InfoBarAudioSelection:
x.__init__(self)
- self["CurrentTime"] = Clock()
- # ServicePosition(self.session.nav, ServicePosition.TYPE_REMAINING)
+ self["CurrentTime"] = ServicePosition(self.session.nav, ServicePosition.TYPE_REMAINING)
self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference()
self.session.nav.playService(service)