From 886e412be57fbb1a5df2497560b0c84a90e0262b Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 1 Jul 2026 18:53:24 +0200 Subject: [PATCH] feat: add aired field to jikan episode --- integrations/jikan/types.go | 1 + 1 file changed, 1 insertion(+) 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"`