mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update configLoader.ts
This commit is contained in:
@@ -7,7 +7,7 @@ export class ConfigLoader {
|
||||
const fileUrl = pathToFileURL(filepath).toString()
|
||||
const config = (await import(fileUrl)).default
|
||||
const defaultConfig = {
|
||||
days: 2,
|
||||
days: 1,
|
||||
delay: 0,
|
||||
output: 'guide.xml',
|
||||
request: {
|
||||
|
||||
Reference in New Issue
Block a user