mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Merge branch 'patch-2025.10.1' of https://github.com/iptv-org/epg into patch-2025.10.1
This commit is contained in:
@@ -109,7 +109,7 @@ async function main() {
|
|||||||
channelsFromXML = channelsFromXML.filter((channel: Channel) => {
|
channelsFromXML = channelsFromXML.filter((channel: Channel) => {
|
||||||
if (!options.lang) return true
|
if (!options.lang) return true
|
||||||
|
|
||||||
return options.lang.includes(channel.lang)
|
return channel.lang ? options.lang.includes(channel.lang) : false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user