mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 05:36:59 -05:00
Bugfix for Origin EPG
This commit is contained in:
parent
105e1a34a5
commit
5ff0cdf93c
@ -30,8 +30,8 @@ class OriginEPG():
|
||||
def update_epg(self, fhdhr_channels):
|
||||
programguide = {}
|
||||
|
||||
for fhdhr_id in list(self.channels.list.keys()):
|
||||
chan_obj = self.channels.list[fhdhr_id]
|
||||
for fhdhr_id in list(fhdhr_channels.list.keys()):
|
||||
chan_obj = fhdhr_channels.list[fhdhr_id]
|
||||
|
||||
if str(chan_obj.dict['number']) not in list(programguide.keys()):
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user