mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Update utils.js
This commit is contained in:
@@ -30,7 +30,7 @@ utils.code2flag = function (code) {
|
|||||||
return '🇬🇧'
|
return '🇬🇧'
|
||||||
case 'INT':
|
case 'INT':
|
||||||
return '🌍'
|
return '🌍'
|
||||||
case 'UNSORTED':
|
case 'UNDEFINED':
|
||||||
return ''
|
return ''
|
||||||
default:
|
default:
|
||||||
return code.replace(/./g, char => String.fromCodePoint(char.charCodeAt(0) + 127397))
|
return code.replace(/./g, char => String.fromCodePoint(char.charCodeAt(0) + 127397))
|
||||||
|
|||||||
Reference in New Issue
Block a user