diff --git a/app/carnet/page.tsx b/app/carnet/page.tsx index ea29586e..0ebf6154 100644 --- a/app/carnet/page.tsx +++ b/app/carnet/page.tsx @@ -466,9 +466,10 @@ export default function CarnetPage() { 'Content-Type': 'application/json', }, body: JSON.stringify({ - path, + id: path, + title: vcfFile, content: vcfContent, - mime: 'text/vcard' + folder: 'Contacts' }), }); @@ -526,9 +527,10 @@ export default function CarnetPage() { 'Content-Type': 'application/json', }, body: JSON.stringify({ - path, + id: path, + title: vcfFile, content: vcfContent, - mime: 'text/vcard' + folder: 'Contacts' }) });