Update countryTable.ts

This commit is contained in:
freearhey
2025-02-27 22:17:41 +03:00
parent 412fffaba6
commit d537854485

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',