Fixed Settings model

This commit is contained in:
Alex
2025-08-21 13:39:17 +01:00
parent 15775c2f49
commit e226abc029
@@ -59,6 +59,16 @@ public record Config
[JsonPropertyName("NextCycleDelaySeconds")]
public int NextCycleDelaySeconds { get; set; }
// TODO: this property currently is an empty array on json
[JsonPropertyName("NotifierLobbyAidsForce")]
public object[] NotifierLobbyAidsForce { get; set; }
[JsonPropertyName("NotifierLobbyPercentage")]
public int NotifierLobbyPercentage { get; set; }
[JsonPropertyName("NotifierUseLobby")]
public bool NotifierUseLobby { get; set; }
[JsonPropertyName("PingServerResultSendInterval")]
public int PingServerResultSendInterval { get; set; }
@@ -301,7 +311,7 @@ public record AudioGroupAcousticSetting
public record AcousticSettings
{
[JsonPropertyName("EnabledPrewarm")]
[JsonPropertyName("enabledPrewarm")]
public bool enabledPrewarm { get; set; }
[JsonPropertyName("mono")]