Skip to content
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

Open reader via the correct url when using resume FAB #355

Merged
merged 1 commit into from
Jun 8, 2023
Merged

Open reader via the correct url when using resume FAB #355

merged 1 commit into from
Jun 8, 2023

Conversation

schroda
Copy link
Collaborator

@schroda schroda commented Jun 8, 2023

With the recent update to react-router-dom v6 the route "manga/:mangaId/chapter/:chapterIndex/page/:pageIndex" doesn't get matched anymore. The "pageIndex" is also unnecessary since it doesn't get used and instead the chapters "lastReadPage" property gets used to resume the chapter.

With the recent update to react-router-dom v6 the route "manga/:mangaId/chapter/:chapterIndex/page/:pageIndex" doesn't get matched anymore.
The "pageIndex" is also unnecessary since it doesn't get used and instead the chapters "lastReadPage" property gets used to resume the chapter.
@schroda schroda merged commit f979d20 into Suwayomi:master Jun 8, 2023
@schroda schroda deleted the fix/manga_page_resume_manga_not_opening_the_reader branch June 8, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant