mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(anime): display only "Watching" content in the "Currently Watching" section of the anime page (#1108)
This commit is contained in:
@@ -64,6 +64,7 @@ function getAnimeWatchList() {
|
||||
api.anime.getAnimeWatchList({
|
||||
vmid: getUserID() ?? 0,
|
||||
pn: 1,
|
||||
follow_status: 2,
|
||||
ps: 30,
|
||||
})
|
||||
.then((response: WatchListResult) => {
|
||||
|
||||
Reference in New Issue
Block a user