Explicit PrefetchAnime call

This commit is contained in:
2017-07-05 14:34:33 +02:00
parent 9d28c652c0
commit a94b69d671
5 changed files with 6 additions and 15 deletions

View File

@ -35,6 +35,7 @@ func Profile(ctx *aero.Context, viewUser *arn.User) string {
user = utils.GetUser(ctx)
}, func() {
animeList = viewUser.AnimeList()
animeList.PrefetchAnime()
})
return ctx.HTML(components.Profile(viewUser, user, animeList, threads, posts, tracks))