This commit is contained in:
Jobobby04
2026-02-27 22:44:01 -05:00
parent 917f20894b
commit bbc839e234
2 changed files with 2 additions and 2 deletions
@@ -100,7 +100,7 @@ class EhLoginActivity : BaseActivity() {
let html = document.documentElement.innerHTML; let html = document.documentElement.innerHTML;
return html.includes("/cdn-cgi/"); return html.includes("/cdn-cgi/");
})(); })();
""".trimIndent() """.trimIndent(),
) { result -> ) { result ->
val isCloudflareBlock = result == "true" val isCloudflareBlock = result == "true"
@@ -73,7 +73,7 @@ class MigrateMangaUseCase(
updatedChapter = updatedChapter.copy( updatedChapter = updatedChapter.copy(
dateFetch = prevChapter.dateFetch, dateFetch = prevChapter.dateFetch,
bookmark = prevChapter.bookmark, bookmark = prevChapter.bookmark,
lastPageRead = prevChapter.lastPageRead lastPageRead = prevChapter.lastPageRead,
) )
} }