Add default for MaxParentalRating to UserPolicy

This commit is contained in:
Shadowghost 2022-11-28 18:06:56 +01:00
parent 2e315b7f08
commit e014522dff
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Users
LoginAttemptsBeforeLockout = -1;
MaxActiveSessions = 0;
MaxParentalRating = null;
EnableAllChannels = true;
EnabledChannels = Array.Empty<Guid>();