From d094f7bbefeb93a47c96446d48a5970233f930ce Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Tue, 29 Jul 2025 20:27:37 -0400 Subject: [PATCH] misc --- AobaServer/Controllers/Api/MediaApi.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AobaServer/Controllers/Api/MediaApi.cs b/AobaServer/Controllers/Api/MediaApi.cs index c55cfcf..751c6f0 100644 --- a/AobaServer/Controllers/Api/MediaApi.cs +++ b/AobaServer/Controllers/Api/MediaApi.cs @@ -22,6 +22,7 @@ public class MediaApi(AobaService aoba) : ControllerBase if (media.HasError) return Problem(detail: media.Error.Message, statusCode: StatusCodes.Status400BadRequest); + return Ok(new { media = media.Value,