mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Fix chapters getting deleted when marking as unread from library (fixes #5755)
This commit is contained in:
parent
8a064c118f
commit
5ea8d0546e
@ -487,7 +487,7 @@ class LibraryPresenter(
|
||||
}
|
||||
db.updateChaptersProgress(chapters).executeAsBlocking()
|
||||
|
||||
if (preferences.removeAfterMarkedAsRead()) {
|
||||
if (read && preferences.removeAfterMarkedAsRead()) {
|
||||
deleteChapters(manga, chapters)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user