Fix global update category exclusion
(cherry picked from commit c1bdebee78)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user