diff --git a/scripts/commands/playlist/validate.ts b/scripts/commands/playlist/validate.ts index b128058cf..4b2804c54 100644 --- a/scripts/commands/playlist/validate.ts +++ b/scripts/commands/playlist/validate.ts @@ -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})` }) } })