diff --git a/main.go b/main.go index bfbfb15..9d1b811 100644 --- a/main.go +++ b/main.go @@ -1004,7 +1004,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 @@ -1765,4 +1765,4 @@ type AutoGeneratedTrack struct { } `json:"artists"` } `json:"relationships"` } `json:"data"` -} \ No newline at end of file +}