Fix upload then download bug
This commit is contained in:
@@ -52,7 +52,8 @@ exports.getModule = class FileBaseDownloadQueueManager extends MenuModule {
|
|||||||
downloadAll : (formData, extraArgs, cb) => {
|
downloadAll : (formData, extraArgs, cb) => {
|
||||||
const modOpts = {
|
const modOpts = {
|
||||||
extraArgs : {
|
extraArgs : {
|
||||||
sendQueue : this.dlQueue.items,
|
sendQueue : this.dlQueue.items,
|
||||||
|
direction : 'send',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user