mirror of
https://github.com/iptv-org/epg
synced 2026-04-08 11:52:54 -04:00
fixed all tests + directv entirely fixed
This commit is contained in:
@@ -32,7 +32,6 @@ let channelsFromXML = new Collection<Channel>()
|
||||
main(filepath)
|
||||
nodeCleanup(() => {
|
||||
save(filepath, channelsFromXML)
|
||||
if (process.platform === 'win32') process.kill(0)
|
||||
})
|
||||
|
||||
export default async function main(filepath: string) {
|
||||
|
||||
Reference in New Issue
Block a user