From 2cc1c5170ca2b43e5beb14dc8ea0c71377ef388a Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 12 Feb 2017 20:27:40 -0700 Subject: [PATCH] Fix upload then download bug --- mods/file_base_download_manager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/file_base_download_manager.js b/mods/file_base_download_manager.js index e7705c41..812a2422 100644 --- a/mods/file_base_download_manager.js +++ b/mods/file_base_download_manager.js @@ -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', } };