Update validate.ts

This commit is contained in:
freearhey
2026-08-16 21:50:39 +03:00
parent 7d3429fd49
commit 076654ce60
-2
View File
@@ -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`)