Skip to content

Commit

Permalink
kobo sync changed books with read progress change
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 27, 2024
1 parent 8e5652f commit a359c0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ class KoboController(
},
)
addAll(
changedReadingState.content.mapNotNull { book ->
// changed books are also passed as changed reading state because Kobo does not process ChangedEntitlement even if it contains a ReadingState
(booksChanged.content + changedReadingState.content).mapNotNull { book ->
readProgress[book.bookId]?.let { it ->
ChangedReadingStateDto(
WrappedReadingStateDto(
Expand Down

0 comments on commit a359c0a

Please sign in to comment.