1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-05 22:31:31 +02:00

Update metadata now ignores only completed manga setting

This commit is contained in:
len
2016-10-08 15:52:02 +02:00
parent 7b28614c37
commit aebc9a3b9e

@@ -209,7 +209,7 @@ class LibraryUpdateService : Service() {
db.getFavoriteMangas().executeAsBlocking().distinctBy { it.id }
}
if (preferences.updateOnlyNonCompleted()) {
if (!intent.getBooleanExtra(UPDATE_DETAILS, false) && preferences.updateOnlyNonCompleted()) {
listToUpdate = listToUpdate.filter { it.status != Manga.COMPLETED }
}