-
Notifications
You must be signed in to change notification settings - Fork 147
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
Removing epub from Library does not reset include status #1365
Labels
Comments
Kiradien
added a commit
to Kiradien/WebToEpub
that referenced
this issue
Jun 30, 2024
- Added userpreferences to Library - Added try-delete to readingList with boolean return value should status be required. - called readingList through userPreferences object in Library
Pull Request #1366 fixes this. |
dteviot
added a commit
that referenced
this issue
Jul 3, 2024
…delete-epub #1365 - Update readinglist when removing epub
Test versions for Firefox and Chrome have been uploaded to https://drive.google.com/drive/folders/1B_X2WcsaI_eg9yA-5bHJb8VeTZGKExl8?usp=sharing. |
Updated version (0.0.0.167) has been submitted to Firefox and Chrome stores. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When adding a chapter to an epub, it automatically registers the story in your Reading List. Deleting the epub (often to resolve generation issues) does not reset this status, leaving the chapters forever unchecked.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Removal from library also removes from reading list.
Desktop (please complete the following information):
Additional context
A pull request for this fix will be in place soon. This was a complex but low priority problem that has existed for a fairly long time and just annoyed me enough today to dig into it. Complex enough that it absolutely needs a ticket.
The text was updated successfully, but these errors were encountered: