diff --git a/integrations/jikan/types.go b/integrations/jikan/types.go index 8eb50465..61046964 100644 --- a/integrations/jikan/types.go +++ b/integrations/jikan/types.go @@ -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"`