Added unsorted playlist

This commit is contained in:
freearhey 2020-09-17 23:30:28 +03:00
parent 48cc5e021c
commit fe80b52f0f
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()