mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 07:56:57 -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):
|
def update_epg(self, fhdhr_channels):
|
||||||
programguide = {}
|
programguide = {}
|
||||||
|
|
||||||
for fhdhr_id in list(self.channels.list.keys()):
|
for fhdhr_id in list(fhdhr_channels.list.keys()):
|
||||||
chan_obj = self.channels.list[fhdhr_id]
|
chan_obj = fhdhr_channels.list[fhdhr_id]
|
||||||
|
|
||||||
if str(chan_obj.dict['number']) not in list(programguide.keys()):
|
if str(chan_obj.dict['number']) not in list(programguide.keys()):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user