mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update store.js
This commit is contained in:
parent
5a9cbb78fc
commit
0ae8b64ae2
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ function generateKey(c) {
|
|||
_.pick(c, [
|
||||
'id',
|
||||
'name',
|
||||
'native_name',
|
||||
'alt_names',
|
||||
'network',
|
||||
'country',
|
||||
'subdivision',
|
||||
|
@ -128,7 +128,7 @@ function generateKey(c) {
|
|||
'replaced_by'
|
||||
])
|
||||
)
|
||||
const translit = c.native_name ? transliterate(c.native_name) : null
|
||||
const translit = c.alt_names ? transliterate(c.alt_names) : null
|
||||
|
||||
return [...data, translit]
|
||||
.map(v => v || '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue