update subtitle list when needed
[vuplus_dvbapp] / lib / python / Screens / ChannelSelection.py
index 94cf1ae..3f3c4de 100644 (file)
@@ -1042,6 +1042,8 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect
                ChannelSelectionEPG.__init__(self)
                SelectionEventInfo.__init__(self)
 
+               self["CurrentTime"] = Clock()
+
                self["actions"] = ActionMap(["OkCancelActions", "TvRadioActions"],
                        {
                                "cancel": self.cancel,