From a9117bcda4ba002f39f5e8073d6d6ed7e66a3c16 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 26 Apr 2026 16:13:22 +0900 Subject: use decorators to improve openapi endpoint categories --- Jellyfin.Api/Controllers/VideoAttachmentsController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Jellyfin.Api/Controllers/VideoAttachmentsController.cs') diff --git a/Jellyfin.Api/Controllers/VideoAttachmentsController.cs b/Jellyfin.Api/Controllers/VideoAttachmentsController.cs index b67c6fdb7b..2c8b452c35 100644 --- a/Jellyfin.Api/Controllers/VideoAttachmentsController.cs +++ b/Jellyfin.Api/Controllers/VideoAttachmentsController.cs @@ -19,6 +19,7 @@ namespace Jellyfin.Api.Controllers; /// Attachments controller. /// [Route("Videos")] +[Tags("Video")] public class VideoAttachmentsController : BaseJellyfinApiController { private readonly ILibraryManager _libraryManager; -- cgit v1.2.3