Fixed build

This commit is contained in:
Jamie.Rees 2016-11-10 14:54:58 +00:00
parent b307b19fef
commit 92016abe34

View file

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