From f43c373d02d3e0753a8462539e1fe687c0eb5d9e Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 29 Feb 2024 10:35:32 -0500 Subject: [PATCH] epg: fix comedy central epg mapping --- src/dlhdhr/dlhd/channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlhdhr/dlhd/channels.py b/src/dlhdhr/dlhd/channels.py index 169d9fe..616423b 100644 --- a/src/dlhdhr/dlhd/channels.py +++ b/src/dlhdhr/dlhd/channels.py @@ -229,7 +229,7 @@ _CHANNELS = [ ), DLHDChannel(number="309", name="CNBC USA", country_code="us", xmltv_id="CNBC.us", call_sign="CNBC"), 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="312", name="Disney Channel", country_code="us", xmltv_id="DisneyChannel.us", call_sign="DISN"),