mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Added unsorted playlist
This commit is contained in:
parent
48cc5e021c
commit
fe80b52f0f
3 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,8 @@ helper.code2flag = function (code) {
|
|||
return '🇬🇧'
|
||||
case 'int':
|
||||
return '🌎'
|
||||
case 'unsorted':
|
||||
return ''
|
||||
default:
|
||||
return code
|
||||
.toUpperCase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue