mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Ignore management controller when generating openapi spec
This commit is contained in:
parent
1bbe262646
commit
7852f0b426
@ -27,6 +27,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// The management controller.
|
/// The management controller.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Management]
|
[Management]
|
||||||
|
[ApiExplorerSettings(IgnoreApi = true)]
|
||||||
public class ManagementController : BaseJellyfinApiController
|
public class ManagementController : BaseJellyfinApiController
|
||||||
{
|
{
|
||||||
private readonly IServerApplicationHost _appHost;
|
private readonly IServerApplicationHost _appHost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user