mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
bump GetArtworkRelatedURL to limit=180
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user