Charts V2

This commit is contained in:
daru
2022-06-30 00:21:38 +02:00
parent da474ecede
commit cc525f2460
6 changed files with 57 additions and 31 deletions

View File

@@ -624,7 +624,7 @@ func processUpdateReq(ctx *fasthttp.RequestCtx, update bool) {
if update {
// anime exitsts => save
// get watch progress
progress, updated, listState, _ := FetchProgress(anime.Anime, userId, username, 0)
progress, updated, _, listState, _ := FetchProgress(anime.Anime, username)
// anime is already completed big baka user
if listState == malApiStatusC {
ctx.WriteString("Du hast schon fertig geschaut bro")