mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -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