|
|
|
@ -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) |
|
|
|
|
} |