Fixed wrong redirect

This commit is contained in:
2017-07-09 17:02:29 +02:00
parent 27b828578f
commit 37fb1895fe
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ export function removeAnimeFromCollection(arn: AnimeNotifier, button: HTMLElemen
throw body
}
return arn.app.load("/+" + userNick + "/animelist/watching")
return arn.app.load("/+" + userNick + "/animelist")
})
.catch(console.error)
.then(() => arn.loading(false))