mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed rebase issues
This commit is contained in:
parent
263581e50e
commit
4900423f70
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user