From 076654ce6060abba90d6ece496c580be3b058181 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:50:39 +0300 Subject: [PATCH] Update validate.ts --- scripts/commands/issue/validate.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/commands/issue/validate.ts b/scripts/commands/issue/validate.ts index a5bd0e2f95..20fea62b5a 100644 --- a/scripts/commands/issue/validate.ts +++ b/scripts/commands/issue/validate.ts @@ -60,8 +60,6 @@ async function main() { .split(/\r?\n/) .filter(Boolean) .forEach((link: string) => { - errors = errors.concat(validateStreamUrl(link)) - const found: Stream = streams.first((_stream: Stream) => _stream.url === link.trim()) if (!found) { errors.push(`The stream with the URL "${link}" is missing from the playlists`)