perf: reduce relations api calls by parsing relations directly from full anime endpoints
This commit is contained in:
@@ -70,6 +70,7 @@ type Anime struct {
|
||||
Name string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
} `json:"streaming"`
|
||||
Relations []JikanRelationGroup `json:"relations"`
|
||||
}
|
||||
|
||||
// ImageURL returns the webp large image URL
|
||||
|
||||
Reference in New Issue
Block a user