Fix indexing error for madara sources #37
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/mangayomi-extensions#37
Loading…
Reference in a new issue
No description provided.
Delete branch "36"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We'll add the chapters to a single
chaptersarray, instead of adding them to 3 different arrays as in:1e6f245175/manga/multisrc/madara/madara.dart (L184-L186)Doing so should get rid of indexing errors.
Please let me know if I need to bump the versions of
madarasources in index.json. If so, I also need to know the next version number.close #36
Looks great, I modifier the code because for other sources it may be that the date of the chapter can be null due to the fact that these are chapters released recently you can add it on your side:
Also for the next version go to madara sources file and change
const madaraVersion = "0.0.85"toconst madaraVersion = "0.0.86"after this go to sources_generator and runmain()it will generate index.jsonDone in
a6462c9f5e.Done in
f0d0e202c5and80ed7b8f47.The "Allow edits by maintainers" feature is enabled for this PR, so feel free to push any changes you want.
Thanks for your contribution