use progressbar in InfoBar to display the progress of the "now" event
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 4640de05961c65e11847a5a792f8fb42901667da..3e7146c5940e7ad5309d851591b80dc3cbfb33d4 100644 (file)
@@ -454,6 +454,8 @@ class InfoBarEvent:
                self["Event_Now_Duration"] = EventInfo(self.session.nav, EventInfo.Now_Duration)
                self["Event_Next_Duration"] = EventInfo(self.session.nav, EventInfo.Next_Duration)
 
+               self["Now_ProgressBar"] = EventInfoProgress(self.session.nav, EventInfo.Now)
+
 class InfoBarServiceName:
        def __init__(self):
                self["ServiceName"] = ServiceName(self.session.nav)