remove attribute
This commit is contained in:
parent
aecd35d306
commit
00ff3b9096
|
@ -228,7 +228,6 @@ namespace Jellyfin.Api.Controllers
|
|||
[HttpGet("{pluginId}/Configuration")]
|
||||
[ProducesResponseType(StatusCodes.Status200OK)]
|
||||
[ProducesResponseType(StatusCodes.Status404NotFound)]
|
||||
[ProducesFile(MediaTypeNames.Application.Json)]
|
||||
public ActionResult<BasePluginConfiguration> GetPluginConfiguration([FromRoute, Required] Guid pluginId)
|
||||
{
|
||||
if (_pluginManager.TryGetPlugin(pluginId, null, out var plugin)
|
||||
|
|
Loading…
Reference in New Issue
Block a user