mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -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) {
|
if(chNSFW) {
|
||||||
log.add({
|
log.add({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue