mirror of https://github.com/iptv-org/iptv
whoopsie
This commit is contained in:
parent
7bc179a20f
commit
ea28d6fa39
|
@ -83,7 +83,7 @@ async function main() {
|
|||
})
|
||||
}
|
||||
|
||||
const chNSFW = stream.channel && !channels.first((channel: Channel) => (channel.id === stream.channel) && (channel.categories === "XXX"))
|
||||
const chNSFW = stream.channel && !channels.first((channel: Channel) => (channel.id === stream.channel) && (stream.categories === "XXX"))
|
||||
if(chNSFW) {
|
||||
log.add({
|
||||
type: 'error',
|
||||
|
|
Loading…
Reference in New Issue