mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Update create-matrix.js
This commit is contained in:
@@ -16,7 +16,7 @@ file.list('sites/*.channels.xml', includes).then(files => {
|
|||||||
const parsed = parser.parseChannels(channelsFile)
|
const parsed = parser.parseChannels(channelsFile)
|
||||||
parsed.groups.forEach(group => {
|
parsed.groups.forEach(group => {
|
||||||
matrix.site.push(parsed.site)
|
matrix.site.push(parsed.site)
|
||||||
matrix.country.push(group.country)
|
matrix.country.push(group.country.toLowerCase())
|
||||||
matrix.days.push(days)
|
matrix.days.push(days)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user