mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Resolve #992
This commit is contained in:
parent
0144be49bf
commit
d8b05ee361
4 changed files with 15 additions and 5 deletions
|
|
@ -42,10 +42,11 @@ download = (link, name = "") => {
|
|||
}
|
||||
},
|
||||
|
||||
downloadZip = (hashes, onError, fTrigger, folder) => {
|
||||
downloadZip = (name, hashes, onError, fTrigger, folder) => {
|
||||
if (hashes.length) {
|
||||
let params = {
|
||||
target: 'zip',
|
||||
filename: name,
|
||||
hashes: hashes
|
||||
};
|
||||
if (!onError) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue