fix: reset OutputExt on extension→extension fallback too

This commit is contained in:
zarzet
2026-04-14 02:25:40 +07:00
parent e6b77d4b41
commit cb9b27920f
+1
View File
@@ -1564,6 +1564,7 @@ func DownloadWithExtensionFallback(req DownloadRequest) (*DownloadResponse, erro
continue
}
req.OutputExt = ""
outputPath := buildOutputPathForExtension(req, ext)
if req.ItemID != "" {
StartItemProgress(req.ItemID)