fix missing mug property in Json.Initialize

This commit is contained in:
Syping 2025-11-23 03:54:04 +01:00
parent 89b37b6ede
commit ad7241c60f

View file

@ -39,6 +39,7 @@ internal class Json {
["mid"] = String.Empty,
["mode"] = "FREEMODE",
["meme"] = false,
["mug"] = false,
["uid"] = uid,
["time"] = jsonTime,
["creat"] = DateTimeOffset.UtcNow.ToUnixTimeSeconds(),