From 6572fadb70547b0f3696a1363d1c4019cab08818 Mon Sep 17 00:00:00 2001 From: Dum4G Date: Thu, 1 Feb 2024 19:02:15 +0300 Subject: [PATCH] Update validate.ts --- scripts/commands/playlist/validate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})` }) } })