pull/48/head
kunfei 5 years ago
parent 6b621a8a49
commit 4122ba9ba4
  1. 2
      app/src/main/java/io/legado/app/ui/book/source/edit/BookSourceEditActivity.kt

@ -295,6 +295,8 @@ class BookSourceEditActivity :
"chapterName" -> tocRule.chapterName = it.value
"chapterUrl" -> tocRule.chapterUrl = it.value
"nextTocUrl" -> tocRule.nextTocUrl = it.value
"isVip" -> tocRule.isVip = it.value
"updateTime" -> tocRule.updateTime = it.value
}
}
contentEntities.forEach {

Loading…
Cancel
Save