This commit is contained in:
Luke Pulverenti 2015-08-20 13:40:19 -04:00
commit 8128a9c611

View file

@ -1109,7 +1109,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;