diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 19:31:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 19:31:36 +0000 |
| commit | aecd35d30668595b761e878265bb0ed61826ec50 (patch) | |
| tree | 6cfea648615aec984678d799f9eea22934ec65d5 /Jellyfin.Api/Controllers/PluginsController.cs | |
| parent | 24ab152e9d340e041dc57cfd6dbd60d6d35f9cc9 (diff) | |
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Controllers/PluginsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/PluginsController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index c3c9460e6..565bf2311 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -324,7 +324,6 @@ namespace Jellyfin.Api.Controllers [HttpPost("{pluginId}/Manifest")] [ProducesResponseType(StatusCodes.Status204NoContent)] [ProducesResponseType(StatusCodes.Status404NotFound)] - [ProducesFile(MediaTypeNames.Application.Json)] public ActionResult<PluginManifest> GetPluginManifest([FromRoute, Required] Guid pluginId) { if (_pluginManager.TryGetPlugin(pluginId, null, out var plugin)) |
