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`)