This commit is contained in:
Luke Pulverenti 2015-09-03 12:43:18 -04:00
commit 8b738f2674

View File

@ -1106,7 +1106,7 @@ namespace MediaBrowser.Controller.Entities
// Could not determine the integer value
if (!value.HasValue)
{
return true;
return !GetBlockUnratedValue(user.Policy);
}
return value.Value <= maxAllowedRating.Value;