mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
33385c1b8c
commit
41466c430d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user