From 286a123e027b891da124b81d3653baf385362faf Mon Sep 17 00:00:00 2001 From: Daniel <790119+DanTheMan827@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:56:04 -0500 Subject: [PATCH] fix(downloads): actually return the encoded blob --- js/download-utils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/download-utils.ts b/js/download-utils.ts index 04f9ad2..dd991de 100644 --- a/js/download-utils.ts +++ b/js/download-utils.ts @@ -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({