From 0722f49dc013a21ff35beb53b2090c4a0cc83cad Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 27 Oct 2025 03:49:50 +0100 Subject: [PATCH] add meta to initialized json --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 2bd0111..1aa8329 100644 --- a/Program.cs +++ b/Program.cs @@ -272,7 +272,8 @@ internal static class Program { ["width"] = 1920, ["height"] = 1080, ["size"] = photo.JpegSize, - ["sign"] = photo.Sign + ["sign"] = photo.Sign, + ["meta"] = new JsonObject() }, _ => throw new ArgumentException("Invalid format", nameof(format)), };