remove "channels" for dtv since it returns nothing, fix elcinema channel parsing

This commit is contained in:
theofficialomega
2025-08-21 12:20:28 +02:00
parent cf252f193e
commit 97968aa3df
4 changed files with 119 additions and 141 deletions

View File

@@ -43,9 +43,6 @@ module.exports = {
})
return programs
},
channels() {
return []
}
}