feat(anime): display only "Watching" content in the "Currently Watching" section of the anime page (#1108)

This commit is contained in:
MidnightCrowing
2024-11-04 02:15:29 +08:00
committed by GitHub
parent c09c65f729
commit e184a38516
2 changed files with 2 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ function getAnimeWatchList() {
api.anime.getAnimeWatchList({
vmid: getUserID() ?? 0,
pn: 1,
follow_status: 2,
ps: 30,
})
.then((response: WatchListResult) => {