mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
not quite sure...
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user