feat(library-update): Update manga without chapters even if restricted by source (#1037)
This commit is contained in:
parent
190f4a68ac
commit
13a09d970a
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ class LibraryUpdateJob(private val context: Context, workerParams: WorkerParamet
|
|||
// SY <--
|
||||
.filter {
|
||||
when {
|
||||
it.manga.updateStrategy != UpdateStrategy.ALWAYS_UPDATE -> {
|
||||
it.manga.updateStrategy == UpdateStrategy.ONLY_FETCH_ONCE && it.totalChapters > 0L -> {
|
||||
skippedUpdates.add(
|
||||
it.manga to
|
||||
context.stringResource(MR.strings.skipped_reason_not_always_update),
|
||||
|
|
|
|||
Loading…
Reference in a new issue