fix: reset OutputExt on extension→extension fallback too

This commit is contained in:
zarzet
2026-04-14 02:25:40 +07:00
parent e904a836c1
commit bd49e307ef
+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)