feat: enrich anime details page with more information

This commit is contained in:
2026-05-04 19:54:02 +02:00
parent 326b70036f
commit df05374bd1
2 changed files with 95 additions and 11 deletions

View File

@@ -58,6 +58,7 @@ type Anime struct {
Type string `json:"type"`
Rating string `json:"rating"`
Duration string `json:"duration"`
ScoredBy int `json:"scored_by"`
Aired Aired `json:"aired"`
Genres []NamedEntity `json:"genres"`
Studios []NamedEntity `json:"studios"`
@@ -65,6 +66,7 @@ type Anime struct {
Themes []NamedEntity `json:"themes"`
Source string `json:"source"`
Demographics []NamedEntity `json:"demographics"`
Licensors []NamedEntity `json:"licensors"`
Broadcast struct {
Day string `json:"day"`
Time string `json:"time"`