Added anime comments

This commit is contained in:
2018-11-01 14:45:16 +09:00
parent 3ad4faf38a
commit 5866683811
7 changed files with 46 additions and 2 deletions

View File

@ -14,7 +14,6 @@ import (
func Episodes(ctx *aero.Context) string {
user := utils.GetUser(ctx)
id := ctx.Get("id")
anime, err := arn.GetAnime(id)
if err != nil {