Fix minor spelling issue

This commit is contained in:
TheTank 2026-02-02 13:48:35 -05:00
parent 6f761c0187
commit 40896364c7

View file

@ -109,7 +109,7 @@ export async function runAllProviders(list: ProviderList, ops: ProviderRunnerOpt
}
if (!output) throw new Error('Invalid media type');
// return stream is there are any
// return stream if there are any
if (output.stream?.[0]) {
try {
const playableStream = await validatePlayableStream(output.stream[0], ops, source.id);