mirror of https://github.com/VERT-sh/VERT.git
fix: downloadall
This commit is contained in:
parent
f31032c610
commit
921bafb0c9
|
@ -122,7 +122,7 @@
|
||||||
// download the image only
|
// download the image only
|
||||||
const blob = URL.createObjectURL(
|
const blob = URL.createObjectURL(
|
||||||
new Blob([dlFiles[0].input], {
|
new Blob([dlFiles[0].input], {
|
||||||
type: files.files[0].file.type,
|
type: files.files[0].to.slice(1),
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
const a = document.createElement("a");
|
const a = document.createElement("a");
|
||||||
|
|
Loading…
Reference in New Issue