|
|
@ -113,7 +113,6 @@ namespace Jellyfin.Api.Controllers
|
|
|
|
/// <returns>List of currently installed plugins.</returns>
|
|
|
|
/// <returns>List of currently installed plugins.</returns>
|
|
|
|
[HttpGet]
|
|
|
|
[HttpGet]
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|
[ProducesResponseType(StatusCodes.Status200OK)]
|
|
|
|
[ProducesFile(MediaTypeNames.Application.Json)]
|
|
|
|
|
|
|
|
public ActionResult<IEnumerable<PluginInfo>> GetPlugins()
|
|
|
|
public ActionResult<IEnumerable<PluginInfo>> GetPlugins()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return Ok(_pluginManager.Plugins
|
|
|
|
return Ok(_pluginManager.Plugins
|
|
|
|