fix: remove duplicate themes field in anime struct
This commit is contained in:
@@ -57,7 +57,6 @@ type Anime struct {
|
|||||||
Studios []NamedEntity `json:"studios"`
|
Studios []NamedEntity `json:"studios"`
|
||||||
Producers []NamedEntity `json:"producers"`
|
Producers []NamedEntity `json:"producers"`
|
||||||
Themes []NamedEntity `json:"themes"`
|
Themes []NamedEntity `json:"themes"`
|
||||||
Themes2 []NamedEntity `json:"themes"` // fallback for different API versions
|
|
||||||
Source string `json:"source"`
|
Source string `json:"source"`
|
||||||
Demographics []NamedEntity `json:"demographics"`
|
Demographics []NamedEntity `json:"demographics"`
|
||||||
Broadcast struct {
|
Broadcast struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user