pull/47/head
kunfei 5 years ago
parent ebd9b09d08
commit 16257b14cb
  1. 2
      app/src/main/java/io/legado/app/data/dao/BookDao.kt

@ -53,6 +53,6 @@ interface BookDao {
@Query("delete from books where bookUrl = :bookUrl")
fun delete(bookUrl: String)
@Query("update books set durChapterIndex = :pos where bookUrl = :bookUrl")
@Query("update books set durChapterPos = :pos where bookUrl = :bookUrl")
fun upProgress(bookUrl: String, pos: Int)
}
Loading…
Cancel
Save