mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Merge branch 'pr/14' into production
This commit is contained in:
commit
9ffdc98958
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue