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

@ -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 }],