mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 09:42:56 -07:00
Fixed
This commit is contained in:
parent
54c5765c5d
commit
c1db84e17c
3 changed files with 7 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue