mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 01:59:19 +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()
|
db.updateChaptersProgress(chapters).executeAsBlocking()
|
||||||
|
|
||||||
if (preferences.removeAfterMarkedAsRead()) {
|
if (read && preferences.removeAfterMarkedAsRead()) {
|
||||||
deleteChapters(manga, chapters)
|
deleteChapters(manga, chapters)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user