Update countryTable.ts

This commit is contained in:
freearhey 2025-02-27 22:17:41 +03:00
parent 5be288b9b0
commit 0339d8a8ce

View file

@ -36,6 +36,7 @@ export class CountryTable implements Table {
const subdivision = subdivisions.first(
(subdivision: Subdivision) => subdivision.code === code
)
if (subdivision) {
const country = countries.first(
(country: Country) => country.code === subdivision.country
)
@ -45,6 +46,7 @@ export class CountryTable implements Table {
logItem.count,
`<code>https://iptv-org.github.io/iptv/${logItem.filepath}</code>`
])
}
} else if (countryCode === 'INT') {
data.add([
'ZZ',