mirror of
https://github.com/p-stream/providers.git
synced 2026-04-21 19:22:19 +00:00
source 1 outputs a m3u8: not file:
This commit is contained in:
parent
dd6dbeb107
commit
3a34d8ffd1
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ export const vidifyAlfaEmbed = makeEmbed({
|
||||||
}
|
}
|
||||||
const stream = res[0];
|
const stream = res[0];
|
||||||
|
|
||||||
if (!stream.file) {
|
if (!stream.m3u8) {
|
||||||
throw new NotFoundError('No file URL found in stream');
|
throw new NotFoundError('No m3u8 URL found in stream');
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.progress(100);
|
ctx.progress(100);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue