mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-27 12:34:56 +01:00
use decorators to improve openapi endpoint categories
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Jellyfin.Api.Controllers;
|
||||
/// Client log controller.
|
||||
/// </summary>
|
||||
[Authorize]
|
||||
[Tags("System")]
|
||||
public class ClientLogController : BaseJellyfinApiController
|
||||
{
|
||||
private const int MaxDocumentSize = 1_000_000;
|
||||
|
||||
Reference in New Issue
Block a user