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

@ -132,8 +132,6 @@ function getCountryFlag(code) {
switch (code) {
case 'UK':
return '🇬🇧'
case 'INT':
return '🌍'
case 'UNDEFINED':
return ''
default: