fix picture wrong resolusion
This commit is contained in:
parent
3e308ab9e7
commit
0c52ea747b
4
main.go
4
main.go
@ -1004,7 +1004,7 @@ func writeCover(sanAlbumFolder, url string) error {
|
|||||||
if exists {
|
if exists {
|
||||||
return nil
|
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)
|
req, err := http.NewRequest("GET", url, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
@ -1765,4 +1765,4 @@ type AutoGeneratedTrack struct {
|
|||||||
} `json:"artists"`
|
} `json:"artists"`
|
||||||
} `json:"relationships"`
|
} `json:"relationships"`
|
||||||
} `json:"data"`
|
} `json:"data"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user