mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
Fixed build
This commit is contained in:
parent
b307b19fef
commit
92016abe34
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ namespace PlexRequests.UI.Modules
|
|||
};
|
||||
try
|
||||
{
|
||||
if (ShouldAutoApprove(RequestType.Movie, settings))
|
||||
if (RequestType.Movie.ShouldAutoApprove(settings, IsAdmin, Username))
|
||||
{
|
||||
var cpSettings = await CpService.GetSettingsAsync();
|
||||
model.Approved = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue