Fix global update category exclusion
(cherry picked from commit c1bdebee781565e628be71cda5e80a8f3ca02b43)
This commit is contained in:
parent
03366ae7e5
commit
f6b9867ce8
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ class LibraryUpdateService(
|
|||
|
||||
val categoriesToExclude = preferences.libraryUpdateCategoriesExclude().get().map(String::toInt)
|
||||
val listToExclude = if (categoriesToExclude.isNotEmpty()) {
|
||||
listToInclude.filter { it.category in categoriesToExclude }
|
||||
libraryManga.filter { it.category in categoriesToExclude }
|
||||
} else {
|
||||
emptyList()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue