bump GetArtworkRelatedURL to limit=180

This commit is contained in:
perennial
2024-10-17 23:10:41 +11:00
parent 4d20b20f03
commit 602d52051c
+1 -1
View File
@@ -257,7 +257,7 @@ func GetRelatedArtworks(r *http.Request, id string) ([]ArtworkBrief, error) {
}
// TODO: keep the hard-coded limit?
URL := GetArtworkRelatedURL(id, 96)
URL := GetArtworkRelatedURL(id, 180)
response, err := API_GET_UnwrapJson(r.Context(), URL, "", r.Header)
if err != nil {