mirror of
https://github.com/iptv-org/iptv.git
synced 2025-06-18 03:58:04 +08:00
whoopsie
This commit is contained in:
parent
5c010f2943
commit
64f5901991
@ -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…
x
Reference in New Issue
Block a user