Replaces the International playlist with the Worldwide region
This commit is contained in:
@ -132,8 +132,6 @@ function getCountryFlag(code) {
|
||||
switch (code) {
|
||||
case 'UK':
|
||||
return '🇬🇧'
|
||||
case 'INT':
|
||||
return '🌍'
|
||||
case 'UNDEFINED':
|
||||
return ''
|
||||
default:
|
||||
|
Reference in New Issue
Block a user