-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return latest chapternumber with Manga #74
Comments
Would it be possible to implement this feature by scanning the highest chapter number in the filename, rather than unzipping each file? Just an idea, not sure how it works. I think the current untested version would just return the latest downloaded chapter on disk which isn't necessarily the highest downloaded chapter. |
The problem with parsing filenames after the fact, is that the regex could mess up, should there be numbers in the title. |
So if I understand correctly, this line of code is already in the API and should return the latestChapterDownloaded whenever a new chapter is downloaded, so Mangas added after the implementation should have this field be non-zero if they've had a chapter downloaded after then? Also it should work, in theory, when searching for a Manga? I ask because currently my version of the API (which isn't latest but does have these fields) is reporting all values as 0 |
C9Glax/tranga-website#17 (comment)
The text was updated successfully, but these errors were encountered: