Browse Source

output channels first, then programs

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

+ 1
- 0
src/dlhdhr/xmltv.py View File

@ -12,6 +12,7 @@ async def generate_xmltv(channels: list[DLHDChannel], zap2it: Zap2it) -> bytes:
SubElement(ch_node, "display-name", attrib={"lang": "en"}).text = channel.name
SubElement(ch_node, "lcn").text = channel.number
for channel in channels:
if not channel.call_sign:
continue


Loading…
Cancel
Save