From 349698501f59d787f76b5da1bf89babd92106154 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 28 Feb 2024 11:21:19 -0500 Subject: [PATCH] xmltv: have programmes and channels next to each other --- src/dlhdhr/epg/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dlhdhr/epg/__init__.py b/src/dlhdhr/epg/__init__.py index 75caffa..46890b6 100644 --- a/src/dlhdhr/epg/__init__.py +++ b/src/dlhdhr/epg/__init__.py @@ -30,7 +30,6 @@ class EPG: for channel in channels: tv.append(channel.to_xmltv()) - for channel in channels: programs = await self.get_channel_programs(channel) # Note: The order of the elements in the matters