diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2026-05-08 12:53:26 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2026-05-08 12:53:26 +0900 |
| commit | 8437866ffa36461810776835fede1a3e109a20fe (patch) | |
| tree | 3d4a0518f5e16cf9de699926bba2e65a3c9f2af9 /Jellyfin.Api/Controllers/ItemRefreshController.cs | |
| parent | 105492ac2843fbae3df3999e99da6356a1851034 (diff) | |
consolidate OpenAPI categories and deprecate startup routes
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemRefreshController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ItemRefreshController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/ItemRefreshController.cs b/Jellyfin.Api/Controllers/ItemRefreshController.cs index 7effe61e49..5fc4ad88b6 100644 --- a/Jellyfin.Api/Controllers/ItemRefreshController.cs +++ b/Jellyfin.Api/Controllers/ItemRefreshController.cs @@ -20,6 +20,7 @@ namespace Jellyfin.Api.Controllers; /// </summary> [Route("Items")] [Authorize(Policy = Policies.RequiresElevation)] +[Tags("Library")] public class ItemRefreshController : BaseJellyfinApiController { private readonly ILibraryManager _libraryManager; |
