Replaces the International playlist with the Worldwide region

This commit is contained in:
Aleksandr Statciuk 2022-01-01 13:29:53 +03:00
parent ab86441969
commit 0e83f8a03f
9 changed files with 292 additions and 36 deletions

View file

@ -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`,
{