mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 12:56:55 -05:00
continue cleaning + simplify mtel.ba (right now broken EPG on backend)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { SiteConfig } from 'epg-grabber'
|
||||
import { deepMerge } from '../functions'
|
||||
import { pathToFileURL } from 'url'
|
||||
|
||||
export class ConfigLoader {
|
||||
@@ -28,6 +27,6 @@ export class ConfigLoader {
|
||||
channels: undefined
|
||||
}
|
||||
|
||||
return deepMerge(defaultConfig, config) as SiteConfig
|
||||
return { ...defaultConfig, ...config } as SiteConfig
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user