fixed all tests + directv entirely fixed

This commit is contained in:
theofficialomega
2026-04-06 23:20:33 +02:00
parent b7af7cbd7e
commit 0b3591bcaa
11 changed files with 3833 additions and 3686 deletions

View File

@@ -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) {