mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 09:27:03 -04:00
Fixed path to channels.xml
This commit is contained in:
@@ -2,7 +2,7 @@ const grab = process.env.SITE
|
||||
? `npm run grab -- --site=${process.env.SITE} ${
|
||||
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
|
||||
} --output=public/guide.xml`
|
||||
: 'npm run grab -- --channels=channels.xml --output=public/guide.xml'
|
||||
: 'npm run grab -- --channels=public/channels.xml --output=public/guide.xml'
|
||||
|
||||
const apps = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user