mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 06:53:56 +01:00
Add default for MaxParentalRating to UserPolicy
This commit is contained in:
parent
2e315b7f08
commit
e014522dff
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Users
|
|||
LoginAttemptsBeforeLockout = -1;
|
||||
|
||||
MaxActiveSessions = 0;
|
||||
MaxParentalRating = null;
|
||||
|
||||
EnableAllChannels = true;
|
||||
EnabledChannels = Array.Empty<Guid>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue