Replaces the International playlist with the Worldwide region

This commit is contained in:
Aleksandr Statciuk
2022-01-01 13:29:53 +03:00
parent 5ef14956c0
commit 1e369bb0eb
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: