pull/95/head
kunfei 5 years ago
parent cdb8cacefc
commit 035006b09e
  1. 2
      app/src/main/java/io/legado/app/model/webBook/BookChapterList.kt

@ -22,7 +22,7 @@ object BookChapterList {
bookSource: BookSource,
baseUrl: String
): List<BookChapter> {
var chapterList = arrayListOf<BookChapter>()
var chapterList = ArrayList<BookChapter>()
body ?: throw Exception(
App.INSTANCE.getString(R.string.error_get_web_content, baseUrl)
)

Loading…
Cancel
Save