diff --git a/src/App.tsx b/src/App.tsx index 49f346b..d1733ba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -220,7 +220,7 @@ export default function RekordboxReader() { }); // Generate the XML content as a string - const xmlContent = doc.end({ prettyPrint: true }); + const xmlContent = doc.end({ pretty: true }); // Create a Blob from the XML content const blob = new Blob([xmlContent], { type: "application/xml" });