Mangadex API: Follow titles, appear in Updates but not in the library

Joined
Nov 21, 2024
Messages
3
I'm trying to follow my manga list from other site (500++ titles) using Mangadex API

Setup correctly, the titles are followed in Reading status with Bell checked and I could see they appear in my Follows/Updates but not in Follows/Library

Manually add the title, then it is still appear in Library

Could anybody let me know how long when the library will update? Or this is a bug when using API to follow titles?

Thanks.
 
Dex-chan lover
Joined
Jan 11, 2023
Messages
604
I'm trying to follow my manga list from other site (500++ titles) using Mangadex API

Setup correctly, the titles are followed in Reading status with Bell checked and I could see they appear in my Follows/Updates but not in Follows/Library

Manually add the title, then it is still appear in Library

Could anybody let me know how long when the library will update? Or this is a bug when using API to follow titles?

Thanks.
The POST /manga/{id}/follow only add the manga to appear your follows feed but not your follows/library.
To do that, there is the POST /manga/{id}/status endpoint, it changes the manga reading status and make it appear in your follows/library.
 
Contributor
Joined
Jan 19, 2018
Messages
572
As mentioned above, setting a reading status (adding a title to your library) and following a title (making updates show up in your feed) are two different actions. You will need to perform both to get the outcome you desire.
 

Users who are viewing this thread

Top