Merge branch 'pr/14' into production

This commit is contained in:
Pas 2025-08-07 19:48:40 -06:00
commit 9ffdc98958

View file

@ -39,8 +39,8 @@ export const vidifyAlfaEmbed = makeEmbed({
}
const stream = res[0];
if (!stream.file) {
throw new NotFoundError('No file URL found in stream');
if (!stream.m3u8) {
throw new NotFoundError('No m3u8 URL found in stream');
}
ctx.progress(100);