feat: 优化代码

pull/133/head
kunfei 5 years ago
parent 1b469f8e4a
commit b6726c813e
  1. 2
      app/src/main/java/io/legado/app/data/dao/BookDao.kt

@ -82,7 +82,7 @@ interface BookDao {
bookUrl: String,
durChapterIndex: Int,
durChapterPos: Int,
durChapterTime: Int,
durChapterTime: Long,
durChapterTitle: String?
)
}
Loading…
Cancel
Save