mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update create-matrix.js
This commit is contained in:
@@ -10,7 +10,7 @@ program
|
||||
|
||||
const options = program.opts()
|
||||
|
||||
file.list('sites/**/*.channels.xml', options.include, options.exclude).then(files => {
|
||||
file.list('sites/*/*.channels.xml', options.include, options.exclude).then(files => {
|
||||
const matrix = {
|
||||
guide: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user