mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +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 listToExclude = if (categoriesToExclude.isNotEmpty()) {
|
||||
listToInclude.filter { it.category in categoriesToExclude }
|
||||
libraryManga.filter { it.category in categoriesToExclude }
|
||||
} else {
|
||||
emptyList()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user