X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fe0d65abf126e400bd20a51aa96dd532b03efd3d..3285eb3ebcd0ba134ac6b80337f8519d5a0da5b0:/lib/python/Components/EpgList.py diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index 1bc98ef6..ee00ce9f 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -247,7 +247,7 @@ class EPGList(HTMLComponent, GUIComponent): return l = self.epgcache.search(('RIBND', 1024, eEPGCache.SIMILAR_BROADCASTINGS_SEARCH, refstr, event_id)) if l and len(l): - l.sort(self.sort_func) + l.sort(key=lambda x: x[2]) self.l.setList(l) self.selectionChanged() print time() - t