Fixed typo

This commit is contained in:
erri120 2019-11-09 15:11:19 +01:00 committed by Timothy Baldridge
parent 2a92131025
commit 6c1177d8e1

View File

@ -269,7 +269,7 @@ namespace Wabbajack.Lib
hash = BitConverter.ToString(cH).Replace("-", "").ToLowerInvariant();
}
var md5Response = nexusClient.GetModInfoFromMD5(game, hash);
var md5Response = nexusClient.GetModInfoFromMD5(Game, hash);
var modInfo = md5Response[0].mod;
metaString += $"modID={modInfo.mod_id}\ndescription={NexusApiUtils.FixupSummary(modInfo.summary)}\n" +
$"modName={modInfo.name}\nfileID={md5Response[0].file_details.file_id}";