Skip to content

Commit

Permalink
Fix EPGSearch crash when showorbital is on
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCapewell committed Apr 11, 2020
1 parent ac41ed8 commit a55b4db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/python/Components/EpgList.py
Expand Up @@ -38,6 +38,9 @@ def __init__(self, type = EPG_TYPE_SINGLE, selChangedCB = None, timer = None, ti
print " attempting to continue in single EPG mode"
EPGListSingle.__init__(self, config.epgselection.enhanced_itemsperpage, config.epgselection.enhanced_eventfs, selChangedCB, timer)

# attributes for backwards compatibility
self.eventFontSizeSingle = self.eventFontSize

# for backwards compatibility
def buildSingleEntry(self, service, eventId, beginTime, duration, eventName):
return EPGListSingle.buildEntry(self, service, eventId, beginTime, duration, eventName)
Expand Down

0 comments on commit a55b4db

Please sign in to comment.