feat: add aired field to jikan episode

This commit is contained in:
2026-07-01 18:53:24 +02:00
parent 2918fa5051
commit 886e412be5

View File

@@ -321,6 +321,7 @@ type Episode struct {
MalID int `json:"mal_id"`
Title string `json:"title"`
Episode string `json:"episode"`
Aired string `json:"aired"`
Filler bool `json:"filler"`
Recap bool `json:"recap"`
Images *EpisodeImages `json:"images,omitempty"`