Fix: loading Merged source should be independent of integrated-H switch
This commit is contained in:
parent
723e19f399
commit
107e990300
1 changed files with 3 additions and 3 deletions
|
|
@ -108,11 +108,11 @@ class AndroidSourceManager(
|
||||||
put(id, EHentai(id, true, context, lang))
|
put(id, EHentai(id, true, context, lang))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// SY -->
|
|
||||||
put(MERGED_SOURCE_ID, MergedSource())
|
|
||||||
// SY <--
|
|
||||||
}
|
}
|
||||||
// KMK <--
|
// KMK <--
|
||||||
|
// SY -->
|
||||||
|
put(MERGED_SOURCE_ID, MergedSource())
|
||||||
|
// SY <--
|
||||||
}
|
}
|
||||||
extensions.forEach { extension ->
|
extensions.forEach { extension ->
|
||||||
extension.sources.mapNotNull { it.toInternalSource(/* KMK --> */isHentaiEnabled/* KMK <-- */) }.forEach {
|
extension.sources.mapNotNull { it.toInternalSource(/* KMK --> */isHentaiEnabled/* KMK <-- */) }.forEach {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue