Browse Source
xmltv: have programmes and channels next to each other
main
No known key found for this signature in database
GPG Key ID: 9BAD4322A65AD78B
1 changed files with
0 additions and
1 deletions
-
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 <programme /> matters |
|
|
|
|