Fixed #2415 where power users could not set the Sonarr Quality Override or Root Folder Override

This commit is contained in:
Jamie 2018-08-01 21:25:27 +01:00
commit 0372d5e8d1

View file

@ -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