Fixed list importers

This commit is contained in:
2018-03-16 00:28:43 +01:00
parent 969adc530f
commit ef971ba6fb
3 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@ func Finish(ctx *aero.Context) string {
animeList.Save()
return ctx.Redirect("/+" + user.Nick + "/animelist")
return ctx.Redirect("/+" + user.Nick + "/animelist/watching")
}
// getMatches finds and returns all matches for the logged in user.