Fixed an issue where the path to the multi dl folder coud not contain a space

This commit is contained in:
Izuco 2022-01-22 13:55:14 +01:00
parent 362e40ab13
commit 31628128b2
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -200,7 +200,7 @@ class Merger {
console.log(f.path);
args.push('--attachment-name', f.name);
args.push('--attachment-mime-type', f.mime);
args.push('--attach-file', f.path);
args.push('--attach-file', `"${f.path}"`);
}
} else {
args.push(