mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
missed a line last commit
This commit is contained in:
parent
bb0e903ce2
commit
b1819dfdcd
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ fun Manga.shouldDownloadNewChapters(db: DatabaseHelper, prefs: PreferencesHelper
|
|||
|
||||
if (categoriesForManga.any { it in excludedCategories }) return false
|
||||
|
||||
// Included category not selected
|
||||
if (includedCategories.isEmpty()) return true
|
||||
|
||||
return categoriesForManga.any { it in includedCategories }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue