fix: remove duplicate themes field in anime struct

This commit is contained in:
2026-04-06 23:15:19 +02:00
parent 18f86a02b2
commit 8503f5feee

View File

@@ -57,7 +57,6 @@ type Anime struct {
Studios []NamedEntity `json:"studios"`
Producers []NamedEntity `json:"producers"`
Themes []NamedEntity `json:"themes"`
Themes2 []NamedEntity `json:"themes"` // fallback for different API versions
Source string `json:"source"`
Demographics []NamedEntity `json:"demographics"`
Broadcast struct {