support image in get command

This commit is contained in:
Syping 2025-10-24 15:36:54 +02:00
parent 89b86c6407
commit a36c2c467b

View file

@ -28,6 +28,7 @@ internal static class Program {
_ => "unknown"
});
break;
case "image":
case "jpeg":
content = photo.Jpeg;
break;