Patch by Moritz Venn: Allow to set an additional delay via config.
[vuplus_dvbapp] / lib / python / Components / EpgList.py
index 8bd8e75..2494ca0 100644 (file)
@@ -289,6 +289,7 @@ class EPGList(HTMLComponent, GUIComponent):
                        else:
                                assert(type == 0)
                                list.sort(key=lambda x: x[2])
+                       self.l.invalidate()
                        self.moveToEventId(event_id)
 
        def getSelectedEventId(self):