Fix: loading Merged source should be independent of integrated-H switch

This commit is contained in:
Cuong-Tran 2025-01-29 12:16:52 +07:00
parent 723e19f399
commit 107e990300
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -108,11 +108,11 @@ class AndroidSourceManager(
put(id, EHentai(id, true, context, lang))
}
}
// SY -->
put(MERGED_SOURCE_ID, MergedSource())
// SY <--
}
// KMK <--
// SY -->
put(MERGED_SOURCE_ID, MergedSource())
// SY <--
}
extensions.forEach { extension ->
extension.sources.mapNotNull { it.toInternalSource(/* KMK --> */isHentaiEnabled/* KMK <-- */) }.forEach {