diff --git a/go_backend/extension_providers.go b/go_backend/extension_providers.go index 85bb17a8..bed727bd 100644 --- a/go_backend/extension_providers.go +++ b/go_backend/extension_providers.go @@ -1503,6 +1503,7 @@ func DownloadWithExtensionFallback(req DownloadRequest) (*DownloadResponse, erro GoLog("[DownloadWithExtensionFallback] Trying provider: %s\n", providerID) if isBuiltInDownloadProvider(providerIDNormalized) { + req.OutputExt = "" if (req.Genre == "" || req.Label == "" || req.Copyright == "") && req.ISRC != "" { GoLog("[DownloadWithExtensionFallback] Enriching extra metadata from ISRC: %s\n", req.ISRC)