From f5d89ad6250343acddbcd5541fb6e7b7df4f27d2 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 4 May 2026 16:40:32 -0500 Subject: Download command: Add game instance check (#2388) * Add game instance check - Should be ignored if not passed to command - Functions much like NXM game check --- src/downloadmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/downloadmanager.h') diff --git a/src/downloadmanager.h b/src/downloadmanager.h index ad93b87d..a65d4fcb 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -410,9 +410,9 @@ public: public: // IDownloadManager interface: int startDownloadURLs(const QStringList& urls); - int startDownloadURLWithMeta(const QString& url, const QString& name, - const QString& modName, const QString& version, - const QString& source); + int startDownloadURLWithMeta(const QString& url, const QString& game, + const QString& name, const QString& modName, + const QString& version, const QString& source); int startDownloadNexusFile(const QString& gameName, int modID, int fileID); QString downloadPath(int id); -- cgit v1.3.1