Show friend's progress in the episode list
This commit is contained in:
@ -20,5 +20,5 @@ func Episodes(ctx *aero.Context) string {
|
||||
return ctx.Error(http.StatusNotFound, "Anime not found", err)
|
||||
}
|
||||
|
||||
return ctx.HTML(components.AnimeEpisodes(anime, anime.Episodes().Items, user, true))
|
||||
return ctx.HTML(components.AnimeEpisodes(anime, anime.Episodes().Items, nil, user, true))
|
||||
}
|
||||
|
Reference in New Issue
Block a user