Add default for MaxParentalRating to UserPolicy

pull/8526/head
Shadowghost 1 year ago
parent 2e315b7f08
commit e014522dff

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

Loading…
Cancel
Save