Show friend's progress in the episode list

This commit is contained in:
2018-11-14 07:28:59 +09:00
parent d11f17bc17
commit 791b14174f
5 changed files with 39 additions and 15 deletions

View File

@ -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))
}