mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 10:26:48 -05:00
should do the trick.
This commit is contained in:
@@ -83,7 +83,8 @@ async function main() {
|
||||
})
|
||||
}
|
||||
|
||||
if(stream.isNSFW === true) {
|
||||
const channel_NSFW = stream.channel && channels.first((channel: Channel) => (channel.id === stream.channel) && (channel.isNSFW === true))
|
||||
if(channel_NSFW) {
|
||||
log.add({
|
||||
type: 'error',
|
||||
line: stream.line,
|
||||
|
||||
Reference in New Issue
Block a user