Started working on episode pages
This commit is contained in:
@ -21,5 +21,5 @@ func Episodes(ctx *aero.Context) string {
|
||||
return ctx.Error(http.StatusNotFound, "Anime not found", err)
|
||||
}
|
||||
|
||||
return ctx.HTML(components.AnimeEpisodes(anime.Episodes().Items, user))
|
||||
return ctx.HTML(components.AnimeEpisodes(anime, anime.Episodes().Items, user))
|
||||
}
|
||||
|
Reference in New Issue
Block a user