This commit is contained in:
deathbybandaid 2020-12-09 12:27:42 -05:00
parent 8b2e6bcffb
commit 2e773d412c
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
"config_web": true "config_web": true
}, },
"filter_language":{ "filter_language":{
"value": "English", "value": "",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
}, },

View File

@ -16,7 +16,7 @@ class OriginEPG():
if str(chan_obj.dict["number"]) not in list(programguide.keys()): if str(chan_obj.dict["number"]) not in list(programguide.keys()):
programguide[str(chan_obj.dict["number"])] = chan_obj.epgdict programguide[str(chan_obj.dict["number"])] = chan_obj.epgdict
# if filtered_chan_dict["tvg"]["url"]: if filtered_chan_dict["tvg"]["url"]:
print(filtered_chan_dict["tvg"]["url"]) print(filtered_chan_dict["tvg"]["url"])
return programguide return programguide