mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -06:00
fix ua
This commit is contained in:
parent
4ca9490839
commit
5b6508d780
|
|
@ -74,7 +74,7 @@ public class DiscordClient(
|
||||||
|
|
||||||
var properties = root.GetProperty("properties");
|
var properties = root.GetProperty("properties");
|
||||||
|
|
||||||
string userAgent = properties.GetProperty("user_agent").GetString()!;
|
string userAgent = properties.GetProperty("browser_user_agent").GetString()!;
|
||||||
string browserVersion = properties.GetProperty("browser_version").GetString()!;
|
string browserVersion = properties.GetProperty("browser_version").GetString()!;
|
||||||
string osType = properties.GetProperty("os").GetString()!;
|
string osType = properties.GetProperty("os").GetString()!;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue