diff --git a/apps/readest-app/src/services/readwise/ReadwiseClient.ts b/apps/readest-app/src/services/readwise/ReadwiseClient.ts index 745d37be..540d7217 100644 --- a/apps/readest-app/src/services/readwise/ReadwiseClient.ts +++ b/apps/readest-app/src/services/readwise/ReadwiseClient.ts @@ -61,8 +61,8 @@ export class ReadwiseClient { source_type: 'readest', category: 'books', note: note.note || undefined, - location: 0, - location_type: 'none', + location: note.page, + location_type: 'page', highlighted_at: new Date(note.createdAt).toISOString(), highlight_url: `readest://annotation/${book.hash}/${note.id}`, color: note.color ? (READEST_TO_READWISE_COLOR[note.color] ?? 'yellow') : 'yellow',