Update validate.ts

pull/24814/head
Dum4G 2 years ago committed by GitHub
parent cc475dfdb5
commit 3c6e133c9e

@ -79,7 +79,7 @@ async function main() {
log.add({ log.add({
type: 'error', type: 'error',
line: stream.line, line: stream.line,
message: `"${stream.name}" is on the blocklist due to claims of copyright holders (${blocked.ref})` message: `"${stream.name}" is on the blocklist due to claims of copyright holders or NSFW content (${blocked.ref})`
}) })
} }
}) })

Loading…
Cancel
Save