From 322c5dd7c55d956aff6b6ea6e049c0dccf7c7b08 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:20:47 +0200 Subject: [PATCH] Updates section fix --- app/Updates.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Updates.cs b/app/Updates.cs index cf448e3d..736c99fa 100644 --- a/app/Updates.cs +++ b/app/Updates.cs @@ -59,7 +59,7 @@ namespace GHelper Task.Run(async () => { - DriversAsync($"https://rog.asus.com/support/webapi/product/GetPDBIOS?website=global&model={model}&cpu=", 1, tableBios); + DriversAsync($"https://rog.asus.com/support/webapi/product/GetPDBIOS?website=global&model={model}&cpu={model}", 1, tableBios); }); Task.Run(async () =>