mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 13:44:22 +00:00
Respect additional config properties in APIs
This commit is contained in:
@@ -149,11 +149,7 @@ namespace ArchiSteamFarm {
|
||||
public ulong SteamMasterClanID { get; private set; } = DefaultSteamMasterClanID;
|
||||
|
||||
[JsonExtensionData]
|
||||
internal Dictionary<string, JToken> AdditionalProperties {
|
||||
get;
|
||||
[UsedImplicitly]
|
||||
private set;
|
||||
}
|
||||
internal Dictionary<string, JToken> AdditionalProperties { get; set; }
|
||||
|
||||
internal string DecryptedSteamPassword {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user