mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
revert parental control change
This commit is contained in:
parent
ef349fb194
commit
2667788b00
@ -1109,7 +1109,7 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
// Could not determine the integer value
|
// Could not determine the integer value
|
||||||
if (!value.HasValue)
|
if (!value.HasValue)
|
||||||
{
|
{
|
||||||
return !GetBlockUnratedValue(user.Policy);
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return value.Value <= maxAllowedRating.Value;
|
return value.Value <= maxAllowedRating.Value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user