Made 'Default' category selectable in global update settings (#2318)

This commit is contained in:
andrecsilva
2020-01-07 20:46:08 -03:00
committed by arkon
parent eb5382e0de
commit b55814a1c0
2 changed files with 4 additions and 7 deletions

View File

@@ -249,7 +249,6 @@ class LibraryUpdateService(
else
db.getLibraryMangas().executeAsBlocking().distinctBy { it.id }
}
if (target == Target.CHAPTERS && preferences.updateOnlyNonCompleted()) {
listToUpdate = listToUpdate.filter { it.status != SManga.COMPLETED }
}