pull/921/head
gedoor 4 years ago
parent f1f6a5599d
commit 53646fb119
  1. 1
      app/src/main/java/io/legado/app/ui/main/bookshelf/BookshelfViewModel.kt

@ -73,6 +73,7 @@ class BookshelfViewModel(application: Application) : BaseViewModel(application)
val bookMap = hashMapOf<String, String?>() val bookMap = hashMapOf<String, String?>()
bookMap["name"] = it.name bookMap["name"] = it.name
bookMap["author"] = it.author bookMap["author"] = it.author
bookMap["intro"] = it.getDisplayIntro()
exportList.add(bookMap) exportList.add(bookMap)
} }
GSON.toJson(exportList) GSON.toJson(exportList)

Loading…
Cancel
Save