mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 18:40:05 -04:00
Update helper.js
This commit is contained in:
parent
ee03a3c727
commit
d208ba0de9
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ helper.supportedCategories = {
|
||||||
sport: 'Sport',
|
sport: 'Sport',
|
||||||
travel: 'Travel',
|
travel: 'Travel',
|
||||||
weather: 'Weather',
|
weather: 'Weather',
|
||||||
xxx: 'XXX'
|
xxx: 'XXX',
|
||||||
|
other: 'Other'
|
||||||
}
|
}
|
||||||
|
|
||||||
helper.code2flag = function (code) {
|
helper.code2flag = function (code) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue