This commit is contained in:
@@ -26,7 +26,7 @@ namespace AyaNova.PlugIn.V8
|
||||
internal static string ApiBaseUrl { get; set; }
|
||||
internal static string JWT { get; set; }
|
||||
// public static bool Initialized { get; set; }
|
||||
internal static string ServerState { get; set; }
|
||||
// internal static string ServerState { get; set; }
|
||||
|
||||
|
||||
//public util()
|
||||
@@ -103,9 +103,7 @@ namespace AyaNova.PlugIn.V8
|
||||
return false;
|
||||
}
|
||||
|
||||
a = await GetAsync("server-state/");
|
||||
ServerState = a.ObjectResponse["data"]["serverState"].Value<string>();
|
||||
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user