mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed #2415 where power users could not set the Sonarr Quality Override or Root Folder Override
This commit is contained in:
parent
636b6c2b02
commit
0372d5e8d1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ using Ombi.Settings.Settings.Models.External;
|
||||||
|
|
||||||
namespace Ombi.Controllers.External
|
namespace Ombi.Controllers.External
|
||||||
{
|
{
|
||||||
[Admin]
|
[PowerUser]
|
||||||
[ApiV1]
|
[ApiV1]
|
||||||
[Produces("application/json")]
|
[Produces("application/json")]
|
||||||
public class SonarrController : Controller
|
public class SonarrController : Controller
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue