X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2d23c069f94fc90593c211a359e44d82919701c3..36bc1fa5226f5c1942f68b0afb485441e437be8a:/lib/python/Components/EpgList.py diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index d2d9f1ce..f2003f56 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -142,7 +142,7 @@ class EPGList(HTMLComponent, GUIComponent): self.descr_rect = Rect(xpos, 0, width, height) def buildSingleEntry(self, eventId, beginTime, duration, EventName): - rec=(self.timer.isInTimer(eventid=eventId, begin=beginTime, duration=duration, service=self.service) > 0) + rec=(self.timer.isInTimer(eventid=eventId, begin=beginTime, duration=duration, service=self.service) > ((duration/10)*8)) r1=self.datetime_rect r2=self.descr_rect res = [ None ] # no private data needed