mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 13:15:17 +01:00
add meta to initialized json
This commit is contained in:
parent
d51a4c32c0
commit
0722f49dc0
1 changed files with 2 additions and 1 deletions
|
|
@ -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)),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue