diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 09:17:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 09:17:06 +0000 |
| commit | 41466c430de6ad8b3aa2599af9e6e41f1f63c785 (patch) | |
| tree | 16e411455042b9a8fd34b9de875fde916ab3241e /Jellyfin.Api/Controllers/PluginsController.cs | |
| parent | 33385c1b8cbe46b58f19716c85a3da9ec66cd282 (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 afb5dc5ff..36e37b7ad 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -113,7 +113,6 @@ namespace Jellyfin.Api.Controllers /// <returns>List of currently installed plugins.</returns> [HttpGet] [ProducesResponseType(StatusCodes.Status200OK)] - [ProducesFile(MediaTypeNames.Application.Json)] public ActionResult<IEnumerable<PluginInfo>> GetPlugins() { return Ok(_pluginManager.Plugins |
