mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fix global update category exclusion
This commit is contained in:
		@@ -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()
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user