mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-06-05 22:26:40 +02:00
fix: reset OutputExt on extension→built-in fallback
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user