mirror of
https://github.com/iptv-org/iptv
synced 2026-09-10 13:57:12 -04:00
Update validate.ts
This commit is contained in:
@@ -78,11 +78,13 @@ async function main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!data.isDeleted('stream_id')) {
|
||||||
const streamId = data.getString('stream_id')
|
const streamId = data.getString('stream_id')
|
||||||
if (streamId) {
|
if (streamId) {
|
||||||
errors = errors.concat(validateStreamId(streamId))
|
errors = errors.concat(validateStreamId(streamId))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user