pull/90/head^2
kunfei 5 years ago
parent 5e6ddf402b
commit eb54b86187
  1. 3
      app/src/main/java/io/legado/app/data/dao/BookDao.kt

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