not Chinese

Removed Chinese channels where data was a duplicate of the English guide

Some 'English' guides were other languages.
This commit is contained in:
RevGear
2023-01-11 19:34:23 +00:00
parent 937447caeb
commit bf72922a82
5 changed files with 8 additions and 54 deletions

View File

@@ -61,7 +61,7 @@ module.exports = {
})
return channels.map(c => {
let name = lang === 'en' ? c.channel_name_en : c.channel_name
let name = lang === 'zh' ? c.channel_name : c.channel_name_en
name = c.remark_id == 3 ? `${name} [HD]` : name
return {