From cb9b27920f2ee8d5983d9a3ef1246321d1cd0656 Mon Sep 17 00:00:00 2001 From: zarzet Date: Tue, 14 Apr 2026 02:25:40 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20reset=20OutputExt=20on=20extension?= =?UTF-8?q?=E2=86=92extension=20fallback=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go_backend/extension_providers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go_backend/extension_providers.go b/go_backend/extension_providers.go index bed727bd..5f2f5dc6 100644 --- a/go_backend/extension_providers.go +++ b/go_backend/extension_providers.go @@ -1564,6 +1564,7 @@ func DownloadWithExtensionFallback(req DownloadRequest) (*DownloadResponse, erro continue } + req.OutputExt = "" outputPath := buildOutputPathForExtension(req, ext) if req.ItemID != "" { StartItemProgress(req.ItemID)