mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -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
|
@ -26,7 +26,8 @@ it('can create database', () => {
|
|||
countries: [{ name: 'Andorra', code: 'AD', lang: 'cat' }],
|
||||
regions: [
|
||||
{ name: 'Europe, the Middle East and Africa', code: 'EMEA' },
|
||||
{ name: 'Europe', code: 'EUR' }
|
||||
{ name: 'Europe', code: 'EUR' },
|
||||
{ name: 'Worldwide', code: 'INT' }
|
||||
],
|
||||
languages: [{ name: 'Catalan', code: 'cat' }],
|
||||
categories: [{ name: 'General', slug: 'general', nsfw: false }],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue