mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Fix minor spelling issue
This commit is contained in:
parent
6f761c0187
commit
40896364c7
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export async function runAllProviders(list: ProviderList, ops: ProviderRunnerOpt
|
||||||
}
|
}
|
||||||
if (!output) throw new Error('Invalid media type');
|
if (!output) throw new Error('Invalid media type');
|
||||||
|
|
||||||
// return stream is there are any
|
// return stream if there are any
|
||||||
if (output.stream?.[0]) {
|
if (output.stream?.[0]) {
|
||||||
try {
|
try {
|
||||||
const playableStream = await validatePlayableStream(output.stream[0], ops, source.id);
|
const playableStream = await validatePlayableStream(output.stream[0], ops, source.id);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue