mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 01:59:19 +01:00
Fix global update category exclusion
This commit is contained in:
parent
ddd4cc10ff
commit
c1bdebee78
@ -240,7 +240,7 @@ class LibraryUpdateService(
|
|||||||
|
|
||||||
val categoriesToExclude = preferences.libraryUpdateCategoriesExclude().get().map(String::toInt)
|
val categoriesToExclude = preferences.libraryUpdateCategoriesExclude().get().map(String::toInt)
|
||||||
val listToExclude = if (categoriesToExclude.isNotEmpty()) {
|
val listToExclude = if (categoriesToExclude.isNotEmpty()) {
|
||||||
listToInclude.filter { it.category in categoriesToExclude }
|
libraryManga.filter { it.category in categoriesToExclude }
|
||||||
} else {
|
} else {
|
||||||
emptyList()
|
emptyList()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user