add disclaimer for channels.

This commit is contained in:
theofficialomega
2026-04-18 12:43:42 +02:00
parent a53abf7668
commit c61db1071f

View File

@@ -97,6 +97,9 @@ module.exports = {
})
return programs
},
channels() {
return 'Website provides no proper channel list, channels must be added manually'
}
}