summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadmanager.cpp')
-rw-r--r--src/downloadmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 25542ef3..78162f11 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -628,6 +628,7 @@ void DownloadManager::addNXMDownload(const QString &url)
info->nexusKey = nxmInfo.key();
info->nexusExpires = nxmInfo.expires();
+ info->nexusDownloadUser = nxmInfo.userId();
QObject *test = info;
m_RequestIDs.insert(m_NexusInterface->requestFileInfo(nxmInfo.game(), nxmInfo.modId(), nxmInfo.fileId(), this, qVariantFromValue(test), ""));