updateHistory

abstract suspend fun updateHistory(path: String, bookshelfId: BookshelfId, lastReadPage: Int, lastReading: Long)

Update reading history.

Parameters

path
bookshelfId
lastReadPage

Last page read

lastReading

Last read time


abstract suspend fun updateHistory(file: File, files: List<File>)