1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 08:56:57 -05:00

Fix Blocks EPG

This commit is contained in:
deathbybandaid 2021-01-01 18:22:41 -05:00
parent fa6e3bdd50
commit 2cf4f4249b

View File

@ -13,7 +13,7 @@ class blocksEPG():
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]
if str(chan_obj.number) not in list(programguide.keys()):