Browse Source

xmltv: have programmes and channels next to each other

main
Brett Langdon 2 years ago
parent
commit
349698501f
No known key found for this signature in database GPG Key ID: 9BAD4322A65AD78B
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/dlhdhr/epg/__init__.py

+ 0
- 1
src/dlhdhr/epg/__init__.py View File

@ -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


Loading…
Cancel
Save