Browse Source

epg: fix comedy central epg mapping

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

+ 1
- 1
src/dlhdhr/dlhd/channels.py View File

@ -229,7 +229,7 @@ _CHANNELS = [
), ),
DLHDChannel(number="309", name="CNBC USA", country_code="us", xmltv_id="CNBC.us", call_sign="CNBC"), DLHDChannel(number="309", name="CNBC USA", country_code="us", xmltv_id="CNBC.us", call_sign="CNBC"),
DLHDChannel( DLHDChannel(
number="310", name="Comedy Central", country_code="us", xmltv_id="ComedyCentral.us", call_sign="COMEDYP"
number="310", name="Comedy Central", country_code="us", xmltv_id="ComedyCentral.us", call_sign="COMEDY"
), ),
DLHDChannel(number="311", name="Discovery Life Channel", country_code="us", xmltv_id="", call_sign=""), DLHDChannel(number="311", name="Discovery Life Channel", country_code="us", xmltv_id="", call_sign=""),
DLHDChannel(number="312", name="Disney Channel", country_code="us", xmltv_id="DisneyChannel.us", call_sign="DISN"), DLHDChannel(number="312", name="Disney Channel", country_code="us", xmltv_id="DisneyChannel.us", call_sign="DISN"),


Loading…
Cancel
Save