From a36c2c467be5f7146896ed0f7992e8ba0ee15985 Mon Sep 17 00:00:00 2001 From: Syping Date: Fri, 24 Oct 2025 15:36:54 +0200 Subject: [PATCH] support image in get command --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index b10448f..0686e87 100644 --- a/Program.cs +++ b/Program.cs @@ -28,6 +28,7 @@ internal static class Program { _ => "unknown" }); break; + case "image": case "jpeg": content = photo.Jpeg; break;