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(chNSFW) {
|
||||
if(stream.isNSFW === true) {
|
||||
log.add({
|
||||
type: 'error',
|
||||
line: stream.line,
|
||||
|
||||
Reference in New Issue
Block a user