Skip to content

Commit ec6e4d5

Browse files
committed
fix(Linkwarden): Correctly update bookmarks on the server
see #1742 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent b6b4391 commit ec6e4d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/adapters/Linkwarden.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export default class LinkwardenAdapter implements Adapter, IResource<typeof Item
114114
'PUT', `/api/v1/links/${bookmark.id}`,
115115
'application/json',
116116
{
117+
id: bookmark.id,
117118
url: bookmark.url,
118119
name: bookmark.title,
119120
tags: [],

0 commit comments

Comments
 (0)