Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] Mark chapter read/unread sets second page as last read #279

Closed
Release opened this issue Apr 9, 2023 · 0 comments · Fixed by #282
Closed

[Bug] Mark chapter read/unread sets second page as last read #279

Release opened this issue Apr 9, 2023 · 0 comments · Fixed by #282
Labels
bug Something isn't working

Comments

@Release
Copy link

Release commented Apr 9, 2023

Device information

  • Tachidesk version: 0.7.0

Steps to reproduce

  1. Mark first unread chapter as read
  2. Mark this chapter as unread
  3. Press the "Resume" button

Expected behavior

Jump to the first page of an unread chapter

Actual behavior

Jump to the second page of an unread chapter

Other details

src/components/manga/ChapterCard.tsx
function sendChange(key: string, value: any)
line 71 -> formData.append('lastPageRead', '1');
fix -> formData.append('lastPageRead', '0');

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant