This commit is contained in:
2017-07-05 21:23:59 +02:00
parent ca1c5838bf
commit 50c0e543d5
3 changed files with 23 additions and 3 deletions

View File

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