mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
not quite sure...
This commit is contained in:
parent
848dd5d571
commit
dec958eb84
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ async function main() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const chNSFW = stream.channel && !channels.first((channel: Channel) => (channel.id === stream.channel) && (channel.isNSFW === true))
|
if(stream.isNSFW === true) {
|
||||||
if(chNSFW) {
|
|
||||||
log.add({
|
log.add({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
line: stream.line,
|
line: stream.line,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue