This commit is contained in:
lunaticbum 2025-02-11 13:42:22 +09:00
parent a2d90b16bf
commit a6d54b7f17

View File

@ -202,6 +202,7 @@ open class BaseWebContentsViewer {
bookPageInfos.bookPageUrl = Uri.parse(finishedUrl).path
bookPageInfos.bookTitle = if (toon_intro.getElementsByTag("h3").size > 0) toon_intro.getElementsByTag("h3").get(0).text() else ""
bookPageInfos.pages = realmListOf<BookPageInfo>()
Blog.LOGE("finishedUrl >>> ${finishedUrl} :::: bookPageInfos >>>> ${Gson().toJson(bookPageInfos)}")
val listParent = toon_intro.getElementsByTag("ul").first()
if (listParent != null) {