Update validate.ts

This commit is contained in:
Dum4G 2024-02-01 19:02:15 +03:00 committed by GitHub
parent 3527f46ded
commit 6572fadb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ async function main() {
log.add({
type: 'error',
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})`
})
}
})