diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2026-04-26 16:13:22 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2026-04-26 16:13:22 +0900 |
| commit | a9117bcda4ba002f39f5e8073d6d6ed7e66a3c16 (patch) | |
| tree | c553ff9278175a4e880306d11755abec1d7a73e1 /Jellyfin.Api/Controllers/DisplayPreferencesController.cs | |
| parent | ec9c94bd7a993a7cfba1cb81730a78b06f5cf37f (diff) | |
use decorators to improve openapi endpoint categories
Diffstat (limited to 'Jellyfin.Api/Controllers/DisplayPreferencesController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/DisplayPreferencesController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs index ef54e9db54..61d40a7268 100644 --- a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs +++ b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs @@ -20,6 +20,7 @@ namespace Jellyfin.Api.Controllers; /// Display Preferences Controller. /// </summary> [Authorize] +[Tags("DisplayPreference")] public class DisplayPreferencesController : BaseJellyfinApiController { private readonly IDisplayPreferencesManager _displayPreferencesManager; |
