perf: optimize episode fetching and metadata scraping
This commit is contained in:
@@ -76,6 +76,10 @@ type Anime struct {
|
||||
URL string `json:"url"`
|
||||
} `json:"streaming"`
|
||||
Relations []JikanRelationGroup `json:"relations"`
|
||||
External []struct {
|
||||
Name string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
} `json:"external"`
|
||||
}
|
||||
|
||||
func (a Anime) ImageURL() string {
|
||||
|
||||
Reference in New Issue
Block a user