Fix upload then download bug

This commit is contained in:
Bryan Ashby 2017-02-12 20:27:40 -07:00
parent 098a187f2c
commit 2cc1c5170c
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ exports.getModule = class FileBaseDownloadQueueManager extends MenuModule {
downloadAll : (formData, extraArgs, cb) => {
const modOpts = {
extraArgs : {
sendQueue : this.dlQueue.items,
sendQueue : this.dlQueue.items,
direction : 'send',
}
};