reverting parental control change

pull/702/head
Luke Pulverenti 11 years ago
parent a6c1370a62
commit f9e1f3f4e8

@ -1009,7 +1009,7 @@ namespace MediaBrowser.Controller.Entities
// Could not determine the integer value
if (!value.HasValue)
{
return !user.Configuration.BlockNotRated;
return true;
}
return value.Value <= user.Configuration.MaxParentalRating.Value;

Loading…
Cancel
Save