Update metadata now ignores only completed manga setting
Cette révision appartient à :
Parent
7b28614c37
révision
aebc9a3b9e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -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 }
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket