From 1e0bd3235885c8bef27c74d8bbe273398d6510e8 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 26 Nov 2023 18:33:13 -0500 Subject: [PATCH] Set Path endpoint obsolete --- Jellyfin.Api/Controllers/ConfigurationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Jellyfin.Api/Controllers/ConfigurationController.cs b/Jellyfin.Api/Controllers/ConfigurationController.cs index 5db49b69e3..0e64f725ba 100644 --- a/Jellyfin.Api/Controllers/ConfigurationController.cs +++ b/Jellyfin.Api/Controllers/ConfigurationController.cs @@ -125,6 +125,7 @@ namespace Jellyfin.Api.Controllers /// Media encoder path form body. /// Media encoder path updated. /// Status. + [Obsolete("This endpoint is obsolete.")] [HttpPost("MediaEncoder/Path")] [Authorize(Policy = Policies.FirstTimeSetupOrElevated)] [ProducesResponseType(StatusCodes.Status204NoContent)]