mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update create-matrix.js
This commit is contained in:
parent
eb5ec6264b
commit
cca36dce3d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const file = require('./file.js')
|
||||
|
||||
file.list([], ['us-local']).then(files => {
|
||||
file.list(['ad'], ['us-local']).then(files => {
|
||||
const country = files.map(file => file.replace(/channels\/|\.xml/gi, ''))
|
||||
const days = country.map(() => 2)
|
||||
const matrix = { country, days }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue