mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 11:16:58 -05:00
Fix Blocks EPG
This commit is contained in:
parent
fa6e3bdd50
commit
2cf4f4249b
@ -13,7 +13,7 @@ class blocksEPG():
|
|||||||
|
|
||||||
timestamps = self.timestamps
|
timestamps = self.timestamps
|
||||||
|
|
||||||
for fhdhr_id in [x["id"] for x in self.fhdhr.device.channels.get_channels()]:
|
for fhdhr_id in [x["id"] for x in self.channels.get_channels()]:
|
||||||
chan_obj = self.channels.list[fhdhr_id]
|
chan_obj = self.channels.list[fhdhr_id]
|
||||||
|
|
||||||
if str(chan_obj.number) not in list(programguide.keys()):
|
if str(chan_obj.number) not in list(programguide.keys()):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user