mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-14 02:08:28 +03:00
Fix chapters getting deleted when marking as unread from library (fixes #5755)
This commit is contained in:
parent
8a064c118f
commit
5ea8d0546e
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class LibraryPresenter(
|
|||
}
|
||||
db.updateChaptersProgress(chapters).executeAsBlocking()
|
||||
|
||||
if (preferences.removeAfterMarkedAsRead()) {
|
||||
if (read && preferences.removeAfterMarkedAsRead()) {
|
||||
deleteChapters(manga, chapters)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue