mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-27 16:26:29 +03:00
Fix global update category exclusion
This commit is contained in:
parent
ddd4cc10ff
commit
c1bdebee78
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,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