mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -04:00
whoopsie
This commit is contained in:
parent
5c010f2943
commit
64f5901991
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue