fix picture wrong resolusion

pull/1/head
a23bc 5 months ago committed by GitHub
parent 0c52ea747b
commit dc205766c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      main_atmos.go

@ -1007,7 +1007,7 @@ func writeCover(sanAlbumFolder, url string) error {
if exists {
return nil
}
url = strings.Replace(url, "{w}x{h}", "1200x12000", 1)
url = strings.Replace(url, "{w}x{h}", "10000x10000", 1)
req, err := http.NewRequest("GET", url, nil)
if err != nil {
return err
@ -1764,4 +1764,4 @@ type AutoGeneratedTrack struct {
} `json:"artists"`
} `json:"relationships"`
} `json:"data"`
}
}

Loading…
Cancel
Save