We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f271c78 commit 6f12ad9Copy full SHA for 6f12ad9
test-app/r2-testapp/src/main/java/org/readium/r2/testapp/bookshelf/BookRepository.kt
@@ -53,10 +53,7 @@ class BookRepository(private val booksDao: BooksDao) {
53
resourceHref = locator.href,
54
resourceType = locator.type,
55
resourceTitle = locator.title.orEmpty(),
56
- location = Locator.Locations(
57
- progression = locator.locations.progression,
58
- position = locator.locations.position
59
- ).toJSON().toString(),
+ location = locator.locations.toJSON().toString(),
60
locatorText = Locator.Text().toJSON().toString()
61
)
62
0 commit comments