diff options
| author | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
| commit | ed4eb2aae8fcf493c07a02cbca3df14f00c5e130 (patch) | |
| tree | df454d19e96d78b8a860d4fcb8f721392fe2c215 /src/downloadmanager.cpp | |
| parent | 3d2616ea989d728c4b1a1f9a3fc4cb852db50872 (diff) | |
Update NXM link handling to support premium link and validate user info
Diffstat (limited to 'src/downloadmanager.cpp')
| -rw-r--r-- | src/downloadmanager.cpp | 1 |
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), "")); |
