mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update languages.js
This commit is contained in:
parent
86f277a264
commit
eb00882236
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.exports = async function (streams = []) {
|
||||||
languages = languages.concat(stream.languages)
|
languages = languages.concat(stream.languages)
|
||||||
})
|
})
|
||||||
languages = _.uniqBy(languages, 'code')
|
languages = _.uniqBy(languages, 'code')
|
||||||
|
languages = _.sortBy(languages, 'name')
|
||||||
|
|
||||||
const output = []
|
const output = []
|
||||||
for (const language of languages) {
|
for (const language of languages) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue