Added unsorted playlist

This commit is contained in:
freearhey
2020-09-17 23:30:28 +03:00
parent 8e01169cff
commit 3848de629d
3 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ helper.code2flag = function (code) {
return '🇬🇧'
case 'int':
return '🌎'
case 'unsorted':
return ''
default:
return code
.toUpperCase()