fix picture wrong resolusion

This commit is contained in:
a23bc
2024-04-08 19:44:40 +08:00
committed by GitHub
parent dc205766c0
commit b8c54c2a45

View File

@ -1005,7 +1005,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