reverting parental control change
This commit is contained in:
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…
Reference in New Issue
Block a user