This commit is contained in:
tidusjar 2019-06-01 21:21:57 +01:00
parent 54c5765c5d
commit c1db84e17c
3 changed files with 7 additions and 9 deletions

View file

@ -40,7 +40,7 @@ namespace Ombi.Core.Rule.Rules.Request
{
if (await _manager.IsInRoleAsync(user, OmbiRoles.RequestTv) || await _manager.IsInRoleAsync(user, OmbiRoles.AutoApproveTv))
{
return TSuccess();
return Success();
}
return Fail("You do not have permissions to Request a TV Show");