Now prettier XML
This commit is contained in:
parent
23fa46e223
commit
32823fd40d
@ -220,7 +220,7 @@ export default function RekordboxReader() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Generate the XML content as a string
|
// 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
|
// Create a Blob from the XML content
|
||||||
const blob = new Blob([xmlContent], { type: "application/xml" });
|
const blob = new Blob([xmlContent], { type: "application/xml" });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user