Fixed rebase issues

This commit is contained in:
erri120 2019-11-09 14:55:54 +01:00 committed by Timothy Baldridge
parent 263581e50e
commit 4900423f70

View File

@ -274,7 +274,7 @@ namespace Wabbajack.Lib.NexusApi
return Get<List<MD5Response>>(url);
}
public ModInfo GetModInfo(string gameName, string modId)
public ModInfo GetModInfo(Game game, string modId)
{
var url = $"https://api.nexusmods.com/v1/games/{GameRegistry.Games[game].NexusName}/mods/{modId}.json";
return GetCached<ModInfo>(url);