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