mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update create-matrix.js
This commit is contained in:
parent
655618227c
commit
8400b5069f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ file.list('sites/*.channels.xml', includes).then(files => {
|
|||
const parsed = parser.parseChannels(channelsFile)
|
||||
parsed.groups.forEach(group => {
|
||||
matrix.site.push(parsed.site)
|
||||
matrix.country.push(group.country)
|
||||
matrix.country.push(group.country.toLowerCase())
|
||||
matrix.days.push(days)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue