mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Replaces the International playlist with the Worldwide region
This commit is contained in:
parent
ab86441969
commit
0e83f8a03f
9 changed files with 292 additions and 36 deletions
|
@ -76,16 +76,6 @@ async function generateCountries() {
|
|||
})
|
||||
}
|
||||
|
||||
const { count: intCount } = await generator.generate(`${PUBLIC_PATH}/countries/int.m3u`, {
|
||||
tvg_country: 'INT'
|
||||
})
|
||||
|
||||
await log('countries', {
|
||||
name: 'International',
|
||||
code: 'INT',
|
||||
count: intCount
|
||||
})
|
||||
|
||||
const { count: undefinedCount } = await generator.generate(
|
||||
`${PUBLIC_PATH}/countries/undefined.m3u`,
|
||||
{
|
||||
|
|
|
@ -132,8 +132,6 @@ function getCountryFlag(code) {
|
|||
switch (code) {
|
||||
case 'UK':
|
||||
return '🇬🇧'
|
||||
case 'INT':
|
||||
return '🌍'
|
||||
case 'UNDEFINED':
|
||||
return ''
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue