fix(downloads): actually return the encoded blob

This commit is contained in:
Daniel 2026-03-31 09:56:04 -05:00
parent d740e35b05
commit 286a123e02

View file

@ -99,6 +99,8 @@ export async function applyAudioPostProcessing(
if (format) {
try {
blob = await transcodeWithCustomFormat(blob, format, onProgress, signal);
return blob;
} catch (encodingError) {
if (onProgress) {
onProgress({